AbstractSerializer class abstract

The custom serializer interface

Implementers

Constructors

AbstractSerializer()

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

deserialize(Uint8List? message) AbstractMessage?
Deserialize a given message
deserializePPT(Uint8List binPayload) → PPTPayload?
Deserialize and prepare payload from PPT Mode
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
serialize(AbstractMessage message) Uint8List
Serialize a given message
serializePPT(PPTPayload pptPayload) Uint8List
Serializer Payload for PPT Mode
toString() String
A string representation of this object.
inherited

Operators

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