Releases: sylvainhalle/Azrael
Releases · sylvainhalle/Azrael
Version 2.1.2
- API: a single minor addition to
SizePrinter
to handleTreeMap
- Upgraded build scripts
- New naming convention for JARs (for future release on the Central Repository)
Version 2.1.1
Fix to the signature of AzraelReader
and appropriate changes in affected classes. This build requires Java 8.
Version 2.1
Major addition: the Buffy extension
Version 2.0.3
- Bugfix to JSON deserialization of numbers
- Update to build scripts
- No API-breaking change
Version 2.0.2
Adds possibility to disable access checks errors caused by versions 9 and later of Java
Version 2.0.1
Single modification to this release: updated dependency on json-lif
to version 1.6.4, to address #8.
Version 2.0
Major refactoring and reorganization of the library. Modifications and new features:
- Core library no longer tied to a specific serialization format
- Optional libraries to serialize to XML or JSON
- Deserialization no longer needs to specify the target class of the object
- Objects can control their serialization by implementing
Printable
andReadable
SizePrinter
can be used to estimate the size of a Java object- The
Fridge
interface provides an implementation of the memento design pattern
To use the library, download azrael-core.jar
and any number of the other JARs.
Version 0.7.3 is out
A simple update to the latest json-lif
dependency
Version 0.7.2 is out
Bugfix in serialization of JSON elements inside a collection
Minor addition
The library can now be queried for its version number