mutils.serializer.binary_maped

Undocumented in source.

Public Imports

mutils.serializer.common
public import mutils.serializer.common;

Members

Aliases

SizeNameType
alias SizeNameType = ubyte
Undocumented in source.
SizeType
alias SizeType = uint
Undocumented in source.

Enums

VariableType
enum VariableType
Undocumented in source.

Functions

getSerVariableType
VariableType getSerVariableType()
Undocumented in source. Be warned that the author may not have intended to support it.
getSerVariableTypeSize
SizeType getSerVariableTypeSize(VariableType type)
Undocumented in source. Be warned that the author may not have intended to support it.
isSerBasicType
bool isSerBasicType(VariableType type)
Undocumented in source. Be warned that the author may not have intended to support it.
serializeType
void serializeType(VariableType type, COS con)
Undocumented in source. Be warned that the author may not have intended to support it.
toBytes
ubyte[] toBytes(T val)
Undocumented in source. Be warned that the author may not have intended to support it.

Structs

BinarySerializerMaped
struct BinarySerializerMaped
Undocumented in source.
SerBasicVariable
struct SerBasicVariable
Undocumented in source.

Meta