• warrenl's avatar
    * java/io/ObjectInputStream.java (readFields): Turn off · aeb49f85
    warrenl authored
    	readDataFromBlock while reading via GetField.
    	(GetField$1.get(String, Object)): Pass Class of default value to
    	getField.
    	(getField): Allow for null default values.
    
    	* java/io/ObjectOutputStream.java: Fixed typo in comment.
    	(PutField$1.put): Fixed calls of checkType in most of the put
    	methods to pass the correct parameter.
    	(PutField$1.put(String, Object)): Allow for null value arg.
    	(PutField$1.write): Turn off writeDataAsBlocks while writing via
    	PutField.
    
    	* java/io/ObjectStreamClass.java (serialPersistentFields): Fixed
    	typo in spec'ed field name.
    	(getSerialPersistentFields): Changed spelling of method to match
    	the correct spelling of the spec'ed field name.
    
    More serialization fixes per Mauve errors.
    
    
    git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@35468 138bc75d-0d04-0410-961f-82ee72b054a4
    aeb49f85
ObjectOutputStream.java 35.2 KB