Serializer class
A serializer for serializing and deserializing messages.
Constructors
- Serializer.fromJS(Serializer serializer)
- Constructs a Serializer from a JavaScript binding 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 messageBytes) → Message - Deserializes a Uint8List into a Message.
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
serialize(
Message message) → Uint8List - Serializes a Message into a Uint8List.
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited