Because of a lapse in government funding, the information on this website may not be up to date, transactions submitted via the website may not be processed, and the agency may not be able to respond to inquiries until appropriations are enacted. The NIH Clinical Center (the research hospital of NIH) is open. For more details about its operating status, please visit cc.nih.gov. Updates regarding government operating status and resumption of normal operations can be found at OPM.gov.
Java 5.0 - Serialization
Below lists modifications in lvg for Java 5.0:
Support has been added to serialization to handle enumerated types. Any class extends Jav a collections classes need the serialVerionsUID. The Javadoc for the Serializable interface has been expanded to more completely specify the role and usage of serialVersionUIDs, and to emphasize the need to specify explicit serialVersionUIDs for serializable classes.
Example:
public class foo<E> extends Vector<E> { ... private final static long serialVersionUID = 5L; }