jdk-24/test/jdk/java/net/Inet6Address/serialize
2023-12-07 11:27:42 +00:00
..
Inet6AddressSerializationTest.java 8263256: Test java/net/Inet6Address/serialize/Inet6AddressSerializationTest.java fails due to dynamic reconfigurations of network interface during test 2023-12-07 11:27:42 +00:00
Inet6AddressSerTest.java
Readme.txt
serial1.4.2.ser
serial-bge0.ser
Serialize.java

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.