Namespace OdinNative.Utils.MessagePack
Classes
MessagePackReaderException
MsgPackReader.ArrayEnumerable
MsgPackReader.MapEnumerable
MsgPackToken
https://github.com/msgpack/msgpack/blob/master/spec.md
MsgPackWriter
Rudimentary Msgpack implementation that will be used for sending RPC to the server.
RpcFormat
Msgpack RPC spec https://github.com/msgpack-rpc/msgpack-rpc/blob/master/spec.md
RpcFormat.Notification
Msgpack RPC spec https://github.com/msgpack-rpc/msgpack-rpc/blob/master/spec.md
RpcFormat.Request
Msgpack RPC spec https://github.com/msgpack-rpc/msgpack-rpc/blob/master/spec.md
RpcFormat.Response
Msgpack RPC spec https://github.com/msgpack-rpc/msgpack-rpc/blob/master/spec.md
Structs
MessagePackExtension
MsgPackReader
MsgPackReader.ArrayEnumerable.Enumerator
MsgPackReader.MapEnumerable.Enumerator
Interfaces
IMsgPackWriter
General Msgpack interface that will be used for sending RPC to the server.
Enums
MsgPackMessageType
Msgpack RPC spec https://github.com/msgpack-rpc/msgpack-rpc/blob/master/spec.md