Serializer.deserialize

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

Meta