Serializer

Undocumented in source.

Members

Aliases

Attributes
alias Attributes = AliasSeq!(DefaultAttributes, Attributes_)
Undocumented in source.
Subdeserializer
alias Subdeserializer = Subserializer
Undocumented in source.

Functions

deserialize
T deserialize(const(ubyte)[] data)
Undocumented in source. Be warned that the author may not have intended to support it.
deserialize
T deserialize(const(ubyte)[] data)
Undocumented in source. Be warned that the author may not have intended to support it.
deserialize
T deserialize(const(ubyte)[] data)
Undocumented in source. Be warned that the author may not have intended to support it.
serialize
ubyte[] serialize(T data)
Undocumented in source. Be warned that the author may not have intended to support it.
serialize
ubyte[] serialize(T data)
Undocumented in source. Be warned that the author may not have intended to support it.
serialize
ubyte[] serialize(T data)
Undocumented in source. Be warned that the author may not have intended to support it.

Templates

FilterOut_
template FilterOut_(alias T)
Undocumented in source.
GetAttributeType
template GetAttributeType(alias T)
Undocumented in source.
GetAttributes
template GetAttributes(alias T)
Undocumented in source.
Subserializer
template Subserializer(MoreAttributes_...)
Undocumented in source.
getAttributeValue
template getAttributeValue(alias T)
Undocumented in source.
isAttribute
template isAttribute(alias T)
Undocumented in source.

Meta