SerializerRepository Class |
Namespace: MsgPack.Serialization
The SerializerRepository type exposes the following members.
Name | Description | |
---|---|---|
SerializerRepository |
Initializes a new empty instance of the SerializerRepository class.
| |
SerializerRepository(SerializerRepository) |
Initializes a new instance of the SerializerRepository class which has copied serializers.
|
Name | Description | |
---|---|---|
Dispose | Obsolete.
This method does not perform any operation.
| |
GetT(SerializationContext) |
Gets the registered MessagePackSerializerT from this repository without provider parameter.
| |
GetT(SerializationContext, Object) |
Gets the registered MessagePackSerializerT from this repository with specified provider parameter.
| |
GetDefault |
Gets the system default repository bound to default context.
| |
GetDefault(PackerCompatibilityOptions) | Obsolete.
Gets the system default repository bound to default context.
| |
GetDefault(SerializationContext) |
Gets the system default repository bound for specified context.
| |
RegisterT |
Registers a MessagePackSerializerT.
| |
RegisterOverrideT |
Registers a MessagePackSerializerT forcibley.
|