Click or drag to resize
MessagePackSerializer.Get<T> Method (Object)

Namespace: MsgPack.Serialization
Assembly: MsgPack (in MsgPack.dll) Version: 0.6.0
Syntax
public static MessagePackSerializer<T> Get<T>(
	Object providerParameter
)

Parameters

providerParameter
Type: System.Object
A provider specific parameter. See remarks section for details.

Type Parameters

T
Target type.

Return Value

Type: MessagePackSerializer<T>
MessagePackSerializer<T>. If there is exiting one, returns it. Else the new instance will be created.
Remarks
See Also