Serializer class
This is a seralizer for msgpack messages. It is used to initialize an AbstractTransport object.
- Inheritance
-
- Object
- AbstractSerializer
- Serializer
Constructors
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? msgPack) → AbstractMessage? -
Converts a uint8 msgpack message into a WAMP message object
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 -
Converts a WAMP message object into a uint8 msgpack 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