SembastTypeAdapter<S, T> class abstract

Base type adapter codec

Inheritance

Constructors

SembastTypeAdapter()

Properties

decoder Converter<T, S>
Returns the decoder of this, converting from T to S.
no setterinherited
encoder Converter<S, T>
Returns the encoder from S to T.
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
inverted Codec<T, S>
Inverts this.
no setterinherited
name String
name used in the annoation '@${name}'
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

decode(T encoded) → S
Decodes encoded data.
inherited
encode(S input) → T
Encodes input.
inherited
fuse<R>(Codec<T, R> other) Codec<S, R>
Fuses this with other.
inherited
isType(dynamic value) bool
True if the value is the proper type.
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