Deserializer class
Constructors
- Deserializer(Uint8List data)
Properties
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