Click or drag to resize
SerializationContextDefaultCollectionTypes Property
Gets the default collection types.

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

Property Value

Type: DefaultConcreteTypeRepository
The default collection types. This value will not be null.
See Also