IUserMessageCodec

interface IUserMessageCodec<T> : IUserMessageTagEncoder<T> , IUserMessageTagDecoder<T>

Encoder and decoder for type T

Functions

Link copied to clipboard
abstract fun decode(value: IMessageBufferReader): T

Decode value to an object of type T

Link copied to clipboard
abstract fun encode(value: T): TaggedValue

Encode value to a TaggedValue

Inheritors

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard