Name: rm29839 Date: 11/19/97
Documentation error in the following document:
Object Serialization Specification
Class Descriptors
Stream Unique Identifiers
Error:
static final long SerialVersionUID = 3487495895819393L;
The field name is incorrectly capitalized and
should instead be serialVersionUID.
Jon
(Review ID: 20095)
======================================================================
ronan.mandel@Eng 1997-11-25
Here's it is:
http://www.javasoft.com/products/jdk/1.1/docs/guide/serialization/spec/c
lass.doc.html#4100