CodableCompatibleCodec<In, Out> class abstract interface

Implemented types

Properties

decoder Converter<Out, In>
Returns the decoder of this, converting from T to S.
no setterinherited
encoder Converter<In, Out>
Returns the encoder from S to T.
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
inverted Codec<Out, In>
Inverts this.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

decode(Out encoded) → In
Decodes encoded data.
inherited
encode(In input) → Out
Encodes input.
inherited
fuse<R>(Codec<Out, R> other) Codec<In, R>
Fuses this with other.
inherited
fuseCodable<T>(Codable<T> codable) Codec<T, Out>?
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