Skip to content

Releases: RuedigerMoeller/fast-serialization

bugfix #32

19 Oct 15:13
Compare
Choose a tag to compare
  • fixed regression (#34) and added testcase contributed by rdicroce (thanks)

reintroduce SerializationListener

01 Oct 16:42
Compare
Choose a tag to compare

see issue #31.

  • merged pull request from gsmet
  • also added to 1.x branch with 1.61 (should be visible on maven.org soon)

minor bugfixes

27 Sep 09:57
Compare
Choose a tag to compare
  • contains improvements + fixes of gsmet

bugfix (JDK compatibility)

25 Sep 19:09
Compare
Choose a tag to compare

by introducing support for versioning, some corner cases regarding asymmetric readObject/writeObject implementation in JDK did not work anymore. (see issue 22). Fixed.

Serious bug in core byte[] write method

23 Sep 13:36
Compare
Choose a tag to compare
Pre-release

2.x only. introduced by refactoring/introduction of codecs

  • added Test case
  • fixed

Thanks to a701440 for spotting and analyzing this bug :-)

fixes

20 Sep 11:11
Compare
Choose a tag to compare
fixes Pre-release
Pre-release
  • added + tested feature for special mode allowing to serialize Non-Serializable classes. (See FSTConfiguration::setForceSerializable()).
  • fixed 2 broken KSon/JSon TestCases

bugfix

20 Sep 08:41
Compare
Choose a tag to compare
bugfix Pre-release
Pre-release
  • Fix for Issue 23
  • Untested changes for enhancement 22

minor update

24 Aug 14:45
Compare
Choose a tag to compare
  • some changes for kontraktor 2.0 remote actors
  • added ObjectSocket/ObjectServer util. See tests for an example and some hints
  • minor fixes for kson
  • full classloader support via subclassing codec (see fstconfiguration:streamCoderFactory)

2.00 final

19 Aug 17:49
Compare
Choose a tag to compare

Serialization:

  • Versioning support (can add fields to classes and still be able to read old streams). See @Version annotation.
  • Some Issue fixes+enhancements
  • Kson provides a convenient mapping of Text => Object structures, useful for configuration files and setup of test data. The text representation aims for absolute minimalism of special chars, quoting and type information.
    See https://github.com/RuedigerMoeller/fast-serialization/tree/master/src/test/kson for an example
  • Offheap Map.
  • persistent memory mapped file-backed Map
  • MinBin structured cross platform capable binary format for full object graph serialization

Warning: package name has changed

2.0 beta 1

06 Aug 18:12
Compare
Choose a tag to compare
2.0 beta 1 Pre-release
Pre-release

Serialization:

  • Versioning support (can add fields to classes and still be able to read old streams). See @Version annotation.
  • Some Issue fixes + reconcilation from production branch

Misc:

  • Kson provides a convenient mapping of Text => Object structures, useful for configuration files and setup of test data. The text representation aims for absolute minimalism of special chars, quoting and type information.
    See https://github.com/RuedigerMoeller/fast-serialization/tree/master/src/test/kson for an example
  • offheap hashmaps [beta].
  • persistent Memory mapped file-based OffHeap HashMaps [alpha]