Click or drag to resize
SerializerRepositoryGetDefault Method (SerializationContext)
Gets the system default repository bound for specified context.

Namespace: MsgPack.Serialization
Assembly: MsgPack (in MsgPack.dll) Version: 0.6.0
Syntax
public static SerializerRepository GetDefault(
	SerializationContext ownerContext
)

Parameters

ownerContext
Type: MsgPack.SerializationSerializationContext
A SerializationContext which will be bound to default serializers.

Return Value

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