Click or drag to resize
UnpackHelpersUnpackNullableInt32Value Method

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