Unpacker Methods |
The Unpacker type exposes the following members.
Name | Description | |
---|---|---|
![]() ![]() | Create(Stream) |
Creates the new Unpacker from specified stream.
|
![]() ![]() | Create(Stream, Boolean) |
Creates the new Unpacker from specified stream.
|
![]() | Dispose |
Releases all managed resources.
|
![]() | Dispose(Boolean) |
Releases unmanaged and optionally managed resources.
|
![]() | EndReadSubtree |
Ends the read subtree.
|
![]() | GetEnumerator |
Gets IEnumeratorT to enumerate MessagePackObject from source stream.
|
![]() | Read |
Reads next Message Pack entry.
|
![]() | ReadArrayLength |
Reads next array length value from current stream.
|
![]() | ReadBinary |
Reads next byte array value from current stream.
|
![]() | ReadBoolean |
Reads next Boolean value from current stream.
|
![]() | ReadByte |
Reads next Byte value from current stream.
|
![]() | ReadCore |
Reads next Message Pack entry.
|
![]() | ReadDouble |
Reads next Double value from current stream.
|
![]() | ReadInt16 |
Reads next Int16 value from current stream.
|
![]() | ReadInt32 |
Reads next Int32 value from current stream.
|
![]() | ReadInt64 |
Reads next Int64 value from current stream.
|
![]() | ReadItem |
Gets a current item or collection as single MessagePackObject from the stream.
|
![]() | ReadItemData |
Gets a current item or collection as single MessagePackObject from the stream.
|
![]() | ReadMapLength |
Reads next map length value from current stream.
|
![]() | ReadMessagePackExtendedTypeObject |
Reads next MessagePackExtendedTypeObject value from current stream.
|
![]() | ReadNullableBoolean |
Reads next nullable Boolean value from current stream.
|
![]() | ReadNullableByte |
Reads next nullable Byte value from current stream.
|
![]() | ReadNullableDouble |
Reads next nullable Double value from current stream.
|
![]() | ReadNullableInt16 |
Reads next nullable Int16 value from current stream.
|
![]() | ReadNullableInt32 |
Reads next nullable Int32 value from current stream.
|
![]() | ReadNullableInt64 |
Reads next nullable Int64 value from current stream.
|
![]() | ReadNullableMessagePackExtendedTypeObject |
Reads next nullable MessagePackExtendedTypeObject value from current stream.
|
![]() | ReadNullableSByte |
Reads next nullable SByte value from current stream.
|
![]() | ReadNullableSingle |
Reads next nullable Single value from current stream.
|
![]() | ReadNullableUInt16 |
Reads next nullable UInt16 value from current stream.
|
![]() | ReadNullableUInt32 |
Reads next nullable UInt32 value from current stream.
|
![]() | ReadNullableUInt64 |
Reads next nullable UInt64 value from current stream.
|
![]() | ReadObject |
Reads next value from current stream.
|
![]() | ReadSByte |
Reads next SByte value from current stream.
|
![]() | ReadSingle |
Reads next Single value from current stream.
|
![]() | ReadString |
Reads next utf-8 encoded string value from current stream.
|
![]() | ReadSubtree |
Starts unpacking of current subtree.
|
![]() | ReadSubtreeCore |
Starts unpacking of current subtree.
|
![]() | ReadUInt16 |
Reads next UInt16 value from current stream.
|
![]() | ReadUInt32 |
Reads next UInt32 value from current stream.
|
![]() | ReadUInt64 |
Reads next UInt64 value from current stream.
|
![]() | Skip |
Skips the subtree where the root is the current entry, and returns skipped byte length.
|
![]() | SkipCore |
Skips the subtree where the root is the current entry, and returns skipped byte length.
|
![]() | UnpackSubtree |
Unpacks current subtree and returns subtree root as array or map.
|
![]() | UnpackSubtreeData |
Unpacks current subtree and returns subtree root as array or map.
|
Name | Description | |
---|---|---|
![]() | UnpackT | Overloaded.
Unpacks specified type value with the default context.
(Defined by PackerUnpackerExtensions.) |
![]() | UnpackT(SerializationContext) | Overloaded.
Unpacks specified type value with the specified context.
(Defined by PackerUnpackerExtensions.) |