Metadata-Version: 1.0
Name: javaobj
Version: 0.1.0
Summary: Module for serializing and de-serializing Java objects.
Home-page: http://code.google.com/p/python-javaobj
Author: Volodymyr Buell
Author-email: vbuell@gmail.com
License: APL2
Description: Provides functions for reading and writing (writing is WIP currently) Java objects serialized or will be deserialized by ObjectOutputStream. This form of object representation is a standard data interchange format in Java world. javaobj module exposes an API familiar to users of the standard library marshal, pickle and json modules.
Keywords: python java marshalling serialization
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Topic :: Software Development :: Libraries :: Python Modules
