DelegateParamValueSerializer<T> class
final
- Implemented types
Constructors
- DelegateParamValueSerializer.new({bool check(ParamWrapper value)?, required dynamic encoder(ParamWrapper param, T? value), required T? decoder(ParamWrapper param, dynamic data)})
Properties
- check → bool Function(ParamWrapper value)?
-
final
- decoder → T? Function(ParamWrapper param, dynamic data)
-
final
- encoder → dynamic Function(ParamWrapper 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(
ParamWrapper value) → bool -
override
-
decode(
ParamWrapper param, dynamic data) → T? -
override
-
encode(
ParamWrapper 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