Serializer class

Constructors

Serializer()

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

checkNumberRange(BigInt value, BigInt minValue, BigInt maxValue, [String? message]) → void
getBytes() Uint8List
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
serialize(Uint8List values) → void
serializeBool(bool value) → void
serializeBytes(Uint8List value) → void
serializeFixedBytes(Uint8List value) → void
serializeStr(String value) → void
serializeU128(BigInt value) → void
serializeU16(int value) → void
serializeU256(BigInt value) → void
serializeU32(int value) → void
serializeU32AsUleb128(int val) → void
serializeU64(BigInt value) → void
serializeU8(int value) → void
toString() String
A string representation of this object.
inherited

Operators

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