The serializable classes in the java.net package are
not completely documenting their serializable form. For instance,
the InetAddress class uses the @serial javadoc keyword for its
serializable fields but does not include any actual doc comments
for hostName or family. The URL class is missing all @serial
documentation except for the @serialData comment for the writeObject()
method.
not completely documenting their serializable form. For instance,
the InetAddress class uses the @serial javadoc keyword for its
serializable fields but does not include any actual doc comments
for hostName or family. The URL class is missing all @serial
documentation except for the @serialData comment for the writeObject()
method.