Click or drag to resize
MessagePackSerializerCreate Method (Type)

Note: This API is now obsolete.

Creates new IMessagePackSerializer instance with Default.

Namespace: MsgPack.Serialization
Assembly: MsgPack (in MsgPack.dll) Version: 0.6.0
Syntax
[ObsoleteAttribute("Use Get(Type) instead.")]
public static IMessagePackSingleObjectSerializer Create(
	Type targetType
)

Parameters

targetType
Type: SystemType
Target type.

Return Value

Type: IMessagePackSingleObjectSerializer
New IMessagePackSingleObjectSerializer instance to serialize/deserialize the object tree which the top is targetType.
Exceptions
ExceptionCondition
ArgumentNullExceptiontargetType is null.
Remarks
See Also