StoreCodec class abstract
Defines the contract of a binary codec that should be used for the serialization / deserealization of a value
- Implementers
Constructors
- StoreCodec()
-
Builds a StoreCodec
const
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
-
decoder(
Uint8List bytes, {dynamic fromEncodable(Map< String, dynamic> )?}) → BytesReader - Returns a BytesReader implementation that will handle the deserialization
-
encoder(
{Map< String, dynamic> toEncodable(dynamic)?}) → BytesWriter - Returns a BytesWriter implementation that will handle the serialization
-
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