Message.deserialize

Undocumented in source. Be warned that the author may not have intended to support it.
  1. Variant[] deserialize(ubyte[] buffer, ushort messageId, TypeInfo_Class messageName, string method)
    class Message
    static
    Variant[]
    deserialize
    (
    ubyte[] buffer
    ,
    out ushort messageId
    ,
    out TypeInfo_Class messageName
    ,
    out string method
    )
  2. T deserialize(ubyte[] buffer)
  3. T deserialize(ubyte[] buffer, string method)

Meta