Serializer.deserialize

Undocumented in source. Be warned that the author may not have intended to support it.
  1. T deserialize(const(ubyte)[] value)
    template Serializer(Attributes...)
    static if(isAttribute!CastType)
    T
    deserialize
    (
    T
    )
    (
    ref const(ubyte)[] value
    )
    if (
    __traits(compiles, cast(T)rvalueOf!(GetAttributeType!CastType)) &&
    )
  2. T deserialize(const(ubyte)[] buffer)
  3. T deserialize(const(ubyte)[] buffer)
  4. T deserialize(const(ubyte)[] buffer)

Meta