summaryrefslogtreecommitdiffstats
path: root/luni/src/main/java/java/io/ObjectStreamClass.java
Commit message (Expand)AuthorAgeFilesLines
* Add additional checks in ObjectInputStreamNeil Fuller2015-08-301-1/+68
* Fix deserialization of transient fields.Elliott Hughes2012-07-261-5/+3
* Fix a minor serialization bug found by a Harmony test.Elliott Hughes2011-05-231-1/+1
* Remove bogus "super()" calls.Elliott Hughes2011-03-171-1/+0
* Make OSMemory the semi-supported libcore.io.Memory.Elliott Hughes2011-03-141-2/+2
* Use int.class instead of Integer.TYPE (et cetera) for clarity.Elliott Hughes2011-02-081-7/+7
* resolved conflicts for merge of 6186821c to dalvik-devJesse Wilson2011-02-071-1/+1
|\
| * Move libcore.base classes to libcore.util and libcore.io.Jesse Wilson2011-02-071-1/+1
* | Retire SecurityManager.Elliott Hughes2011-01-071-5/+2
|/
* More serialization performance work.Elliott Hughes2010-12-141-0/+18
* More serialization performance improvements.Elliott Hughes2010-12-141-1/+16
* Make deserialization 30% faster.Elliott Hughes2010-12-131-6/+93
* Switch ObjectOutputStream over to reflection.Elliott Hughes2010-11-151-30/+43
* Stop allocating empty arrays.Elliott Hughes2010-11-091-41/+15
* More shift removal.Elliott Hughes2010-11-021-21/+5
* Kill ThreadLocalCache.Elliott Hughes2010-09-021-17/+23
* Remove @hide from Java 6 API.Elliott Hughes2010-05-261-1/+0
* Remove the luni localized exception messages.Elliott Hughes2010-05-241-5/+2
* Remove all trailing whitespace from the dalvik team-maintained parts of libcore.Elliott Hughes2010-05-131-17/+17
* Remove //$NON-NLS-\d$ cruft.Elliott Hughes2010-05-131-17/+17
* Fix sim build, remove static initalizers from Deflater/Inflater.Elliott Hughes2010-05-071-4/+0
* Remove the "Answers" javadoc barbarism.Elliott Hughes2010-05-051-20/+0
* Add Java 6's ObjectStreamClass.lookupAny.Elliott Hughes2010-03-171-6/+20
* Integrate luni module (but not tests) to Harmony r772995.Jesse Wilson2009-07-241-207/+295
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-0/+1136
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-1136/+0
* Code drop from //branches/cupcake/...@124589The Android Open Source Project2008-12-171-82/+87
* Initial ContributionThe Android Open Source Project2008-10-211-0/+1131