C# Class MsgPack.Serialization.UnpackHelpers

Exibir arquivo Open project: msgpack/msgpack-cli Class Usage Examples

Private Methods

Method Description
UnpackBinaryValue ( Unpacker unpacker, Type objectType, String memberName ) : byte[]
UnpackBinaryValueAsync ( Unpacker unpacker, Type objectType, String memberName, CancellationToken cancellationToken ) : Task
UnpackBooleanValue ( Unpacker unpacker, Type objectType, String memberName ) : System.Boolean
UnpackBooleanValueAsync ( Unpacker unpacker, Type objectType, String memberName, CancellationToken cancellationToken ) : Task
UnpackByteValue ( Unpacker unpacker, Type objectType, String memberName ) : Byte
UnpackByteValueAsync ( Unpacker unpacker, Type objectType, String memberName, CancellationToken cancellationToken ) : Task
UnpackDoubleValue ( Unpacker unpacker, Type objectType, String memberName ) : Double
UnpackDoubleValueAsync ( Unpacker unpacker, Type objectType, String memberName, CancellationToken cancellationToken ) : Task
UnpackInt16Value ( Unpacker unpacker, Type objectType, String memberName ) : Int16
UnpackInt16ValueAsync ( Unpacker unpacker, Type objectType, String memberName, CancellationToken cancellationToken ) : Task
UnpackInt32Value ( Unpacker unpacker, Type objectType, String memberName ) : Int32
UnpackInt32ValueAsync ( Unpacker unpacker, Type objectType, String memberName, CancellationToken cancellationToken ) : Task
UnpackInt64Value ( Unpacker unpacker, Type objectType, String memberName ) : System.Int64
UnpackInt64ValueAsync ( Unpacker unpacker, Type objectType, String memberName, CancellationToken cancellationToken ) : Task
UnpackNullableBooleanValue ( Unpacker unpacker, Type objectType, String memberName ) : Boolean?
UnpackNullableBooleanValueAsync ( Unpacker unpacker, Type objectType, String memberName, CancellationToken cancellationToken ) : Task
UnpackNullableByteValue ( Unpacker unpacker, Type objectType, String memberName ) : Byte?
UnpackNullableByteValueAsync ( Unpacker unpacker, Type objectType, String memberName, CancellationToken cancellationToken ) : Task
UnpackNullableDoubleValue ( Unpacker unpacker, Type objectType, String memberName ) : Double?
UnpackNullableDoubleValueAsync ( Unpacker unpacker, Type objectType, String memberName, CancellationToken cancellationToken ) : Task
UnpackNullableInt16Value ( Unpacker unpacker, Type objectType, String memberName ) : Int16?
UnpackNullableInt16ValueAsync ( Unpacker unpacker, Type objectType, String memberName, CancellationToken cancellationToken ) : Task
UnpackNullableInt32Value ( Unpacker unpacker, Type objectType, String memberName ) : Int32?
UnpackNullableInt32ValueAsync ( Unpacker unpacker, Type objectType, String memberName, CancellationToken cancellationToken ) : Task
UnpackNullableInt64Value ( Unpacker unpacker, Type objectType, String memberName ) : Int64?
UnpackNullableInt64ValueAsync ( Unpacker unpacker, Type objectType, String memberName, CancellationToken cancellationToken ) : Task
UnpackNullableSByteValue ( Unpacker unpacker, Type objectType, String memberName ) : SByte?
UnpackNullableSByteValueAsync ( Unpacker unpacker, Type objectType, String memberName, CancellationToken cancellationToken ) : Task
UnpackNullableSingleValue ( Unpacker unpacker, Type objectType, String memberName ) : Single?
UnpackNullableSingleValueAsync ( Unpacker unpacker, Type objectType, String memberName, CancellationToken cancellationToken ) : Task
UnpackNullableUInt16Value ( Unpacker unpacker, Type objectType, String memberName ) : UInt16?
UnpackNullableUInt16ValueAsync ( Unpacker unpacker, Type objectType, String memberName, CancellationToken cancellationToken ) : Task
UnpackNullableUInt32Value ( Unpacker unpacker, Type objectType, String memberName ) : UInt32?
UnpackNullableUInt32ValueAsync ( Unpacker unpacker, Type objectType, String memberName, CancellationToken cancellationToken ) : Task
UnpackNullableUInt64Value ( Unpacker unpacker, Type objectType, String memberName ) : UInt64?
UnpackNullableUInt64ValueAsync ( Unpacker unpacker, Type objectType, String memberName, CancellationToken cancellationToken ) : Task
UnpackSByteValue ( Unpacker unpacker, Type objectType, String memberName ) : SByte
UnpackSByteValueAsync ( Unpacker unpacker, Type objectType, String memberName, CancellationToken cancellationToken ) : Task
UnpackSingleValue ( Unpacker unpacker, Type objectType, String memberName ) : System.Single
UnpackSingleValueAsync ( Unpacker unpacker, Type objectType, String memberName, CancellationToken cancellationToken ) : Task
UnpackStringValue ( Unpacker unpacker, Type objectType, String memberName ) : string
UnpackStringValueAsync ( Unpacker unpacker, Type objectType, String memberName, CancellationToken cancellationToken ) : Task
UnpackUInt16Value ( Unpacker unpacker, Type objectType, String memberName ) : UInt16
UnpackUInt16ValueAsync ( Unpacker unpacker, Type objectType, String memberName, CancellationToken cancellationToken ) : Task
UnpackUInt32Value ( Unpacker unpacker, Type objectType, String memberName ) : UInt32
UnpackUInt32ValueAsync ( Unpacker unpacker, Type objectType, String memberName, CancellationToken cancellationToken ) : Task
UnpackUInt64Value ( Unpacker unpacker, Type objectType, String memberName ) : System.UInt64
UnpackUInt64ValueAsync ( Unpacker unpacker, Type objectType, String memberName, CancellationToken cancellationToken ) : Task