serializer library

Classes

Serializer
Static JSON serializer with type registration.

Typedefs

JsonEncoder<T> = Map<String, dynamic> Function(T value)
Serializes an instance of T into a JSON map.
JsonFactory<T> = T Function(Map<String, dynamic> json)
Deserializes a map into an instance of T.