Deserializer class

Constructors

Deserializer(Uint8List data)

Properties

buffer Uint8List
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
offset int
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

deserializeBool() bool
deserializeBytes() Uint8List
deserializeFixedBytes(int len) Uint8List
deserializeStr() String
deserializeU128() BigInt
deserializeU16() int
deserializeU256() BigInt
deserializeU32() int
deserializeU64() BigInt
deserializeU8() int
deserializeUleb128AsU32() int
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
read(int length) Uint8List
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited