MessagePackSerializerGet Method |
Name | Description | |
---|---|---|
![]() ![]() | GetT |
Gets existing or new MessagePackSerializerT instance with default context (Default).
|
![]() ![]() | GetT(Object) |
Gets existing or new MessagePackSerializerT instance with default context (Default).
|
![]() ![]() | Get(Type) |
Gets existing or new IMessagePackSerializer instance with default context (Default).
|
![]() ![]() | GetT(SerializationContext) |
Gets existing or new MessagePackSerializerT instance with specified SerializationContext.
|
![]() ![]() | Get(Type, SerializationContext) |
Gets existing or new IMessagePackSerializer instance with specified SerializationContext.
|
![]() ![]() | Get(Type, Object) |
Gets existing or new IMessagePackSerializer instance with default context (Default).
|
![]() ![]() | GetT(SerializationContext, Object) |
Gets existing or new MessagePackSerializerT instance with specified SerializationContext.
|
![]() ![]() | Get(Type, SerializationContext, Object) |
Gets existing or new IMessagePackSerializer instance with specified SerializationContext.
|