Releases: RuedigerMoeller/fast-serialization
Releases · RuedigerMoeller/fast-serialization
bugfix #32
- fixed regression (#34) and added testcase contributed by rdicroce (thanks)
reintroduce SerializationListener
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
- contains improvements + fixes of gsmet
bugfix (JDK compatibility)
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
2.x only. introduced by refactoring/introduction of codecs
- added Test case
- fixed
Thanks to a701440 for spotting and analyzing this bug :-)
fixes
- added + tested feature for special mode allowing to serialize Non-Serializable classes. (See FSTConfiguration::setForceSerializable()).
- fixed 2 broken KSon/JSon TestCases
bugfix
- Fix for Issue 23
- Untested changes for enhancement 22
minor update
- 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
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
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]