serializer library
Classes
- Serializer
- Static JSON serializer with type registration.
Typedefs
-
JsonEncoder<
T> = Map< String, dynamic> Function(T value) -
Serializes an instance of
Tinto a JSON map. -
JsonFactory<
T> = T Function(Map< String, dynamic> json) -
Deserializes a map into an instance of
T.