Click or drag to resize
SerializerRepositoryGetT Method (SerializationContext)

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

Parameters

context
Type: MsgPack.SerializationSerializationContext
A serialization context.

Type Parameters

T
Type of the object to be marshaled/unmarshaled.

Return Value

Type: MessagePackSerializerT
MessagePackSerializerT. If no appropriate mashalers has benn registered, then null.
See Also