corda/classpath/java
Johannes Schindelin 4b8285e597 Implement a rudimentary Java-compatible ObjectInputStream
The Java Language Specification documents the serialization protocol
implemented by this change set:

http://docs.oracle.com/javase/7/docs/platform/serialization/spec/protocol.html#10258

This change is intended to make it easier to use Avian VM as a drop-in
replacement for the Oracle JVM when serializing objects.

The previous serialization code is still available as
avian.LegacyObjectInputStream.

This commit only implements the non-object parts of the deserialization
specification.

Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
2013-11-06 09:10:51 -06:00
..
io Implement a rudimentary Java-compatible ObjectInputStream 2013-11-06 09:10:51 -06:00
lang Implement the Field#set<PrimitiveType> method family 2013-11-06 09:10:50 -06:00
math update copyright years 2013-07-02 20:52:38 -06:00
net update copyright years 2013-07-02 20:52:38 -06:00
nio Add the FileChannel class 2013-10-21 10:59:59 -05:00
security update copyright years 2013-07-02 20:52:38 -06:00
text Implement a minimal SimpleDateFormat 2013-10-21 10:41:40 -05:00
util Merge branch 'addzip' of git://github.com/CUBoulderBoy/avian into CUBoulderBoy-addzip 2013-11-04 17:38:27 -07:00