enough_serialization 1.4.0 copy "enough_serialization: ^1.4.0" to clipboard
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(...) and Serializer.deserializeList(...).

1.1.0 #

  • Support Map fields
  • Support on demand serilization by extending OnDemandSerializableor OndDemandSerializableObject.

1.0.1 #

  • Improve documentation

1.0.0 #

  • Initial version
3
likes
120
pub points
58%
popularity

Publisher

verified publisherenough.de

Runtime solution for serializing to and deserializing from JSON. enough_serialization also supports non-generic lists, enums and complex nested objects.

Repository

Documentation

API reference

License

MIT (LICENSE)

More

Packages that depend on enough_serialization