Click or drag to resize
UnpackHelpersUnpackUInt64Value Method

Namespace: MsgPack.Serialization
Assembly: MsgPack (in MsgPack.dll) Version: 0.6.0
Syntax
[CLSCompliantAttribute(false)]
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
public static ulong UnpackUInt64Value(
	Unpacker unpacker,
	Type objectType,
	string memberName
)

Parameters

unpacker
Type: MsgPackUnpacker
The unpacker to be used.
objectType
Type: SystemType
The type of the object which is deserializing now.
memberName
Type: SystemString
The name of the member which is deserializing now.

Return Value

Type: UInt64
The unpacked value.
Exceptions
ExceptionCondition
SerializationException Failed to unpack UInt64 type value from underlying stream.
See Also