SerializerRepository Methods |
The SerializerRepository type exposes the following members.
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.
|