Message.deserialize

Undocumented in source. Be warned that the author may not have intended to support it.
  1. Variant[] deserialize(ubyte[] buffer, string name, string method)
  2. T deserialize(ubyte[] buffer)
  3. T deserialize(ubyte[] buffer, string method)
    class Message
    static
    T
    deserialize
    (
    T
    )
    (
    ubyte[] buffer
    ,
    out string method
    )
    if (
    BaseTypeTuple!T.length > 0 &&
    is(BaseTypeTuple!T[0] == Message)
    )

Meta