Serializer class

This is a seralizer for msgpack messages. It is used to initialize an AbstractTransport object.

Inheritance

Constructors

Serializer()

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
override
deserializePPT(Uint8List binPayload) → PPTPayload?
Converts a uint8 data into a PPT Payload Object
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
serialize(AbstractMessage message) Uint8List
Serialize a given message
override
serializePPT(PPTPayload pptPayload) Uint8List
Converts a PPT Payload Object into a uint8 array
override
toString() String
A string representation of this object.
inherited

Operators

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