Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 862 Bytes

File metadata and controls

25 lines (16 loc) · 862 Bytes

GitHub tag License

JavaObjectStreams

A C++ library to provide serialization and deserialization of Java objects (ala ObjectInputStream and ObjectOutputStream).

view - Documentation

JavaObjectStreams is not...

  • a Java class file parser.
  • a Java disassembler.

  • ✅ Deserialization
  • ❌ Serialization (TODO)

Contributing

Unless otherwise stated, contributions are licensed under the terms of the MIT license.