SerializerValueGen<T> class

Inheritance

Constructors

SerializerValueGen({required T fromJson(SerdeCtx, Object? json), required List<String> keys})
const

Properties

generic GenericHelp<T>
Helper utilities for working with the generic type argument T.
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
keys List<String>
Strings that can be used to reference this serializer
final
listSerializer Serializer<List<T>>
no setterinherited
listSerializerNull Serializer<List<T>?>
no setterinherited
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.
override
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