Click or drag to resize
SerializationContextSerializers Property
Gets the current SerializerRepository.

Namespace: MsgPack.Serialization
Assembly: MsgPack (in MsgPack.dll) Version: 0.6.0
Syntax
public SerializerRepository Serializers { get; }

Property Value

Type: SerializerRepository
The current SerializerRepository.
See Also