vbuell / python-javaobj

python-javaobj is a python library that provides functions for reading of Java objects serialized ObjectOutputStream.
Apache License 2.0
15 stars 8 forks source link

Output file does not have correct header #6

Open boompig opened 7 years ago

boompig commented 7 years ago

A simple fix is prepending the standard serialization header: 0xaced0005. The output files I'm seeing created with JavaObjectMarashaller are missing this header.