serialize

Undocumented in source.
template serialize(Ts...)
ubyte[]
serialize
(
T
)
()
if (
isIntegral!T ||
isSomeChar!T
||
isBoolean!T
||
isFloatOrDouble!T
)

Members

Functions

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

Meta