Click or drag to resize
SerializationContextGetSerializerT Method

Namespace: MsgPack.Serialization
Assembly: MsgPack (in MsgPack.dll) Version: 0.6.0
Syntax
public MessagePackSerializer<T> GetSerializer<T>()

Type Parameters

T
Type of serialization/deserialization target.

Return Value

Type: MessagePackSerializerT
MessagePackSerializerT. If there is exiting one, returns it. Else the new instance will be created.
Remarks
See Also