Hi, I am pleased to announce the release 0.4.0 of python-javaobj.
What is python-javaobj? ======================= python-javaobj is a python library that provides functions for reading Java objects serialized with ObjectOutputStream. This form of object representation is a standard data interchange format in the Java world. The javaobj package exposes an API familiar to users of the standard library marshal, pickle and json modules. This library works with Python 2.7 and Python 3.4+. It is released under the terms of the Apache Software License 2.0. The source code is available at: https://github.com/tcalmant/python-javaobj/ What's new in 0.4.0 =================== * New implementation of the parser, based on the code of jdeserialize. It is provided by the javaobj.v2 package. It can parse more cases than the previous implementation and provides a new API for the object transformers. This implementation doesn't support writing serialized objects. * Moved the old implementation to the javaobj.v1 package. The import from javaobj redirect to the v1 package. Happy holidays, Thomas -- Python-announce-list mailing list -- python-announce-list@python.org To unsubscribe send an email to python-announce-list-le...@python.org https://mail.python.org/mailman3/lists/python-announce-list.python.org/ Support the Python Software Foundation: http://www.python.org/psf/donations/