Serializer.serialize

Undocumented in source. Be warned that the author may not have intended to support it.
  1. ubyte[] serialize(T value)
  2. ubyte[] serialize(T value)
  3. ubyte[] serialize(T value)
  4. ubyte[] serialize(T value)
    template Serializer(Attributes...)
    static if(!(isAttribute!CastType))
    ubyte[]
    serialize
    (
    T
    )
    ()
    if (
    is(T == class) ||
    is(T == struct)
    )

Meta