Click or drag to resize
UnpackHelpersUnpackNullableUInt64Value Method

Namespace: MsgPack.Serialization
Assembly: MsgPack (in MsgPack.dll) Version: 0.6.0
Syntax
[CLSCompliantAttribute(false)]
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
public static Nullable<ulong> UnpackNullableUInt64Value(
	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: NullableUInt64
The unpacked value.
Exceptions
ExceptionCondition
SerializationException Failed to unpack UInt64 type value from underlying stream.
See Also