jdk-24/jdk/test/java/net/Inet6Address/serialize
Xiomara Jayasena 6e86513c3a 6754988: Update copyright year
Update for files that have been modified starting July 2008

Reviewed-by: ohair, tbell
2008-10-02 19:58:32 -07:00
..
Readme.txt 6656849: NullPointerException thrown while de-serializing IPV6 Address 2008-07-01 13:38:59 +02:00
serial1.4.2.ser Initial load 2007-12-01 00:00:00 +00:00
serial-bge0.ser 6656849: NullPointerException thrown while de-serializing IPV6 Address 2008-07-01 13:38:59 +02:00
Serialize.java 6754988: Update copyright year 2008-10-02 19:58:32 -07:00

This test uses 2 binary data files that were each created by serializing an Inet6Address instance.
In both cases this has to do with the tricky issue of scopes in serialized addresses.

serial1.4.2.ser: Was created by serializing an Inet6Address (::1) with J2SE 1.4.2 and is used to check for backward compatibility.

serial-bge0.ser: Was created on a Sparc workstation because it has an uncommon interface name ('bge0') which is useful for the test.