Skip to content

Releases: sylvainhalle/Azrael

Version 2.1.2

06 May 14:25
Compare
Choose a tag to compare
  • API: a single minor addition to SizePrinter to handle TreeMap
  • Upgraded build scripts
  • New naming convention for JARs (for future release on the Central Repository)

Version 2.1.1

08 Jan 17:09
Compare
Choose a tag to compare

Fix to the signature of AzraelReader and appropriate changes in affected classes. This build requires Java 8.

Version 2.1

22 Dec 23:36
Compare
Choose a tag to compare

Major addition: the Buffy extension

Version 2.0.3

29 Apr 15:30
Compare
Choose a tag to compare
  • Bugfix to JSON deserialization of numbers
  • Update to build scripts
  • No API-breaking change

Version 2.0.2

24 Apr 15:41
Compare
Choose a tag to compare

Adds possibility to disable access checks errors caused by versions 9 and later of Java

Version 2.0.1

27 May 16:01
Compare
Choose a tag to compare

Single modification to this release: updated dependency on json-lif to version 1.6.4, to address #8.

Version 2.0

27 Apr 11:16
Compare
Choose a tag to compare

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 and Readable
  • 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

24 Nov 11:57
Compare
Choose a tag to compare

A simple update to the latest json-lif dependency

Version 0.7.2 is out

18 May 17:54
Compare
Choose a tag to compare

Bugfix in serialization of JSON elements inside a collection

Minor addition

17 Mar 19:59
Compare
Choose a tag to compare

The library can now be queried for its version number