enough_serialization 1.4.0 enough_serialization: ^1.4.0 copied to clipboard
Runtime solution for serializing to and deserializing from JSON. enough_serialization also supports non-generic lists, enums and complex nested objects.
1.4.0 #
- Fixed deserialization bug when String value contains a newline character, #5
1.3.0 #
- Add null-safety.
1.2.0 #
- Add option to directly serialize/deserialize list values with
Serializer.serializeList(...)
andSerializer.deserializeList(...)
.
1.1.0 #
- Support
Map
fields - Support on demand serilization by extending
OnDemandSerializable
orOndDemandSerializableObject
.
1.0.1 #
- Improve documentation
1.0.0 #
- Initial version