Click or drag to resize
UnpackHelpers.UnpackStringValue Method

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

Parameters

unpacker
Type: MsgPack.Unpacker
The unpacker to be used.
objectType
Type: System.Type
The type of the object which is deserializing now.
memberName
Type: System.String
The name of the member which is deserializing now.

Return Value

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