Serializable class abstract
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
- serializedHeaderSize → int
-
Minimum size for this serialized object.
no setter
- serializedSize → int
-
Exact size for this serialized object.
no setter
Methods
-
deserialize(
SerializableInput input) → void - Interface for intput serialization.
-
fromRaw(
SerializableInput input) → void - Deserializes this Serializable from a SerializableInput.
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
serialize(
SerializableOutput output) → void - Interface for output serialization.
-
toRaw(
{Endian endian = Endian.big}) → Uint8List - Serializes this Serializable to a Uint8List.
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited