carp_serializable library

Classes

FromJsonFactory
A factory that holds fromJson functions to be used in JSON deserialization.
Serializable
This is the base class for all JSON serializable objects.

Functions

toJsonString(Object? object) String
A connivent function to convert a Dart object into a formatted JSON string.

Exceptions / Errors

SerializationException
Throws when serialization to/from json fails.