Click or drag to resize
NonGenericDictionaryMessagePackSerializerTDictionary Constructor

Namespace: MsgPack.Serialization.CollectionSerializers
Assembly: MsgPack (in MsgPack.dll) Version: 0.6.0
Syntax
protected NonGenericDictionaryMessagePackSerializer(
	SerializationContext ownerContext,
	PolymorphismSchema schema
)

Parameters

ownerContext
Type: MsgPack.SerializationSerializationContext
A SerializationContext which owns this serializer.
schema
Type: MsgPack.SerializationPolymorphismSchema
The schema for collection itself or its items for the member this instance will be used to. null will be considered as Default.
Exceptions
ExceptionCondition
ArgumentNullExceptionownerContext is null.
See Also