Click or drag to resize
MessagePackSerializerCreateT Method

Note: This API is now obsolete.

Namespace: MsgPack.Serialization
Assembly: MsgPack (in MsgPack.dll) Version: 0.6.0
Syntax
[ObsoleteAttribute("Use Get<T>() instead.")]
public static MessagePackSerializer<T> Create<T>()

Type Parameters

T
Target type.

Return Value

Type: MessagePackSerializerT
New MessagePackSerializerT instance to serialize/deserialize the object tree which the top is T.
See Also