Releases: tcalmant/python-javaobj
Releases · tcalmant/python-javaobj
javobj-py3 0.2.2
- Better marshalling of byte array, by @voetsjoeba
- Better handling of references while marshalling
- Marshalling of arrays and of child classes produces a byte array close to the Java output.
javobj-py3 0.2.1
- Support for Python 2.6 added back by @voetsjoeba
- Corrected the call to Maven when running tests
javobj-py3 0.2.0
- Better support of references, thanks to @iciclespider:
- Compatibility Warning: this version replaces object transformers by object creators.
- They are called before storing the reference to an object and before it is deserialized.
- This avoids a lot of problems in the handling of reference
- Some more tests have been enabled, as they now pass successfully