Click or drag to resize
DefaultConcreteTypeRepository Class
Repository of known concrete collection type for abstract collection type.
Inheritance Hierarchy
SystemObject
  MsgPack.SerializationDefaultConcreteTypeRepository

Namespace: MsgPack.Serialization
Assembly: MsgPack (in MsgPack.dll) Version: 0.6.0
Syntax
public sealed class DefaultConcreteTypeRepository

The DefaultConcreteTypeRepository type exposes the following members.

Methods
  NameDescription
Public methodGet
Gets the default type for the collection.
Public methodRegister
Registers the default type of the collection.
Public methodUnregister
Unregisters the default type of the collection.
Top
See Also