RawSerializer class abstract

Serializers a single value from string and to string

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

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

Static Methods

boolean([Serializer<bool>? serializer]) → PrimitiveSerializer<bool>
dateTime([Serializer<DateTime>? serializer]) → PrimitiveSerializer<DateTime>
decimal([Serializer<double>? serializer]) → PrimitiveSerializer<double>
duration([Serializer<Duration>? serializer]) → PrimitiveSerializer<Duration>
getAll({Serializer<bool>? boolean, Serializer<DateTime>? dateTime, Serializer<double>? decimal, Serializer<Duration>? duration, Serializer<int>? integer, Serializer<num>? number}) → BuiltList<Serializer>
integer([Serializer<int>? serializer]) → PrimitiveSerializer<int>
number([Serializer<num>? serializer]) → PrimitiveSerializer<num>