Serializer

Undocumented in source.

Members

Aliases

Subdeserializer
alias Subdeserializer = Subserializer
Undocumented in source.

Functions

deserialize
T deserialize(const(ubyte)[] value)
Undocumented in source. Be warned that the author may not have intended to support it.
deserialize
T deserialize(const(ubyte)[] buffer)
Undocumented in source. Be warned that the author may not have intended to support it.
deserialize
T deserialize(const(ubyte)[] buffer)
Undocumented in source. Be warned that the author may not have intended to support it.
deserialize
T deserialize(const(ubyte)[] buffer)
Undocumented in source. Be warned that the author may not have intended to support it.
serialize
ubyte[] serialize(T value)
Undocumented in source. Be warned that the author may not have intended to support it.
serialize
ubyte[] serialize(T value)
Undocumented in source. Be warned that the author may not have intended to support it.
serialize
ubyte[] serialize(T value)
Undocumented in source. Be warned that the author may not have intended to support it.
serialize
ubyte[] serialize(T value)
Undocumented in source. Be warned that the author may not have intended to support it.
serialize
ubyte[] serialize(T value)
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, AddedDefaults...)
Undocumented in source.
GetAttributes
template GetAttributes(alias T)
Undocumented in source.
Subserializer
template Subserializer(MoreAttributes...)
Undocumented in source.
getAttributeValue
template getAttributeValue(alias T, AddedDefaults...)
Undocumented in source.
isAttribute
template isAttribute(alias T, AddedDefaults...)
Undocumented in source.

Meta