Click or drag to resize
SerializerRepositoryGetDefault Method (PackerCompatibilityOptions)

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 GetDefault(
	PackerCompatibilityOptions packerCompatibilityOptions
)

Parameters

packerCompatibilityOptions
Type: MsgPackPackerCompatibilityOptions
Not used.

Return Value

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