Serializer<T> class abstract

A class that deserializes values into types of type T

Implemented types
Implementers

Constructors

Serializer()
A class that deserializes values into types of type T
const

Properties

generic GenericHelp<T>
Helper utilities for working with the generic type argument T.
no setteroverride
hashCode int
The hash code for this object.
no setterinherited
keys List<String>
Strings that can be used to reference this serializer
no setter
listSerializer Serializer<List<T>>
no setter
listSerializerNull Serializer<List<T>?>
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

fromJson(SerdeCtx ctx, Object? json) → T
Executes the deserialization of json into a value of type T.
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