Is there any library to deserialize with python which is serialized with java?
If I were you, I'd read the data with Jython, and either reserialize it with pickle ( so that you can read it from Python ), or in a language neutral format, like XML.
pickle