Serializer class abstract

Constructors

Serializer({required List<Transformer> transformers, required List<Encoder> encoders})
factory

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

decode(String data, String format, [SerializerContext? context]) → dynamic
denormalize<T>(dynamic data, [SerializerContext? context]) → T?
deserialize<T>(String data, String format, [SerializerContext? context]) → T?
encode(dynamic data, String format, [SerializerContext? context]) String
normalize<T>(T object, [SerializerContext? context]) → dynamic
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
serialize<T>(T object, String format, [SerializerContext? context]) String
toString() String
A string representation of this object.
inherited

Operators

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