Skip to content

Latest commit

 

History

History
24 lines (13 loc) · 466 Bytes

CHANGELOG.md

File metadata and controls

24 lines (13 loc) · 466 Bytes

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