DelegateParamValueSerializer<T> class final

Implemented types

Constructors

DelegateParamValueSerializer.new({bool check(dynamic value)?, required dynamic encoder(dynamic param, T? value), required T? decoder(dynamic param, dynamic data)})

Properties

check bool Function(dynamic value)?
final
decoder → T? Function(dynamic param, dynamic data)
final
encoder → dynamic Function(dynamic param, T? value)
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

canProcess(dynamic value) bool
override
decode(dynamic param, dynamic data) → T?
override
encode(dynamic param, T? value) → dynamic
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