PeepSerializer class abstract

A Serializer which does a lossless compression of a Peep.

Constructors

PeepSerializer()

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

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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

Static Methods

deserializeVersion1({required int value}) Peep
Deserializes a unique Peep id into the actual Peep for displaying.
serializeVersion1({required Peep peep}) int
Serializes a Peep into a single integer.