UInt8ListMarshaler<T> class abstract

Constructors

UInt8ListMarshaler()
const

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

marshal(T data, [MarshalingContext? context]) → dynamic
Serialize data of type T to type S, eg. a String or some binary representation. unmarshal(marshal(data)) must produce an instance of T that is equivalent to original instance data.
marshalToBytes(T data) Uint8List
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
unmarshal(dynamic data, [MarshalingContext? context]) → T
Deserialize a representation of type S back to the original data of type T. unmarshal(marshal(data)) must produce an instance of T that is equivalent to original instance data.
unmarshalFromBytes(Uint8List data) → T

Operators

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