json_converters_lite library

Classes

BoolConverter
The converter for bool.
DateTimeConverter
The converter for DateTime.
DummyConverter<T extends Object>
The dummy converter for T.
DurationConverter
The converter for Duration.
EnumConverter<T extends Enum>
The converter for Enum.
IterableConverter<T extends Object, S extends Object>
The converter for Iterable.
OptionalBoolConverter
The converter for nullable bool.
OptionalDateTimeConverter
The converter for nullable DateTime.
OptionalDummyConverter<T extends Object?>
The dummy converter for nullable T.
OptionalDurationConverter
The converter for nullable Duration.
OptionalEnumConverter<T extends Enum>
The converter for nullable Enum.
OptionalIterableConverter<T extends Object, S extends Object>
The converter for nullable Iterable.

Mixins

JsonConverter<T extends Object?, S extends Object?>
The class to convert an object of type T to the object of type S.

Constants

boolConverter → const BoolConverter
The converter for bool.
dateTimeConverter → const DateTimeConverter
The converter for DateTime.
durationConverter → const DurationConverter
The converter for Duration.
optionalBoolConverter → const OptionalBoolConverter
The converter for nullable bool.
optionalDateTimeConverter → const OptionalDateTimeConverter
The converter for nullable DateTime.
optionalDurationConverter → const OptionalDurationConverter
The converter for nullable Duration.