Generated by
JDiff

Class java.io.ObjectOutputStream.PutField

Documentation changed from old to new.

Changed Methods
void write(ObjectOutput) Documentation changed from old to new.
Write the data and fields to the specified ObjectOutput stream.
void put(String, boolean) Documentation changed from old to new.
Put the value of the named boolean field into the persistent field.
void put(String, byte) Documentation changed from old to new.
Put the value of the named byte field into the persistent fields.
void put(String, char) Documentation changed from old to new.
Put the value of the named char field into the persistent fields.
void put(String, double) Documentation changed from old to new.
Put the value of the named double field into the persistent field.
void put(String, float) Documentation changed from old to new.
Put the value of the named float field into the persistent fields.
void put(String, int) Documentation changed from old to new.
Put the value of the named int field into the persistent fields.
void put(String, Object) Documentation changed from old to new.
Put the value of the named Object field into the persistent field.
void put(String, long) Documentation changed from old to new.
Put the value of the named long field into the persistent fields.
void put(String, short) Documentation changed from old to new.
Put the value of the named short field into the persistent fields.