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)
    template Serializer(Attributes...)
    static if(!(isAttribute!CastType))
    ubyte[]
    serialize
    (
    T
    )
    ()
    if (
    isDynamicArray!T ||
    isStaticArray!T
    )
  4. ubyte[] serialize(T value)

Meta