Click or drag to resize
SerializerRepositoryDefault Property

Note: This API is now obsolete.

Gets the system default repository bound to default context.

Namespace: MsgPack.Serialization
Assembly: MsgPack (in MsgPack.dll) Version: 0.6.0
Syntax
[ObsoleteAttribute("Use GetDefault()")]
public static SerializerRepository Default { get; }

Property Value

Type: SerializerRepository
The system default repository. This value will not be null. Note that the repository is frozen.
See Also