UnpackHelpersUnpackInt64Value Method |
Namespace: MsgPack.SerializationAssembly: MsgPack (in MsgPack.dll) Version: 0.6.0
Syntax [EditorBrowsableAttribute(EditorBrowsableState.Never)]
public static long UnpackInt64Value(
Unpacker unpacker,
Type objectType,
string memberName
)
<EditorBrowsableAttribute(EditorBrowsableState.Never)>
Public Shared Function UnpackInt64Value (
unpacker As Unpacker,
objectType As Type,
memberName As String
) As Long
public:
[EditorBrowsableAttribute(EditorBrowsableState::Never)]
static long long UnpackInt64Value(
Unpacker^ unpacker,
Type^ objectType,
String^ memberName
)
[<EditorBrowsableAttribute(EditorBrowsableState.Never)>]
static member UnpackInt64Value :
unpacker : Unpacker *
objectType : Type *
memberName : string -> int64
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:
Int64The unpacked value.
Exceptions See Also