DefaultConcreteTypeRepository Class |
Repository of known concrete collection type for abstract collection type.
Inheritance Hierarchy SystemObject MsgPack.SerializationDefaultConcreteTypeRepository
Namespace: MsgPack.SerializationAssembly: MsgPack (in MsgPack.dll) Version: 0.6.0
Syntax public sealed class DefaultConcreteTypeRepository
Public NotInheritable Class DefaultConcreteTypeRepository
public ref class DefaultConcreteTypeRepository sealed
[<SealedAttribute>]
type DefaultConcreteTypeRepository = class end
The DefaultConcreteTypeRepository type exposes the following members.
Methods
| Name | Description |
---|
| Get |
Gets the default type for the collection.
|
| Register |
Registers the default type of the collection.
|
| Unregister |
Unregisters the default type of the collection.
|
TopSee Also