Generated by
JDiff

Class java.io.ObjectOutputStream.PutField

Changed Methods
void write(ObjectOutput) Documentation changed from old to new.
Now deprecated.
This method does not write the values contained by this PutField object in a proper format, and may result in corruption of the serialization 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 field.
void put(String, char) Documentation changed from old to new.
Put the value of the named char field into the persistent field.
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 field.
void put(String, int) Documentation changed from old to new.
Put the value of the named int field into the persistent field.
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 field.
void put(String, short) Documentation changed from old to new.
Put the value of the named short field into the persistent field.