admin@glassfish.java.net

does HostAndPort need to be Serializable?

From: Bill Shannon <bill.shannon_at_oracle.com>
Date: Fri, 08 Oct 2010 17:42:32 -0700

The com.sun.enterprise.util.HostAndPort class, which is largely used
by the deployment facility, is Serializable. Anyone have any idea
if that's necessary? A full build and quicklook passes if I remove
that, so unless someone knows why it needs to be Serializable I'm
going to remove it. (And make the class immutable.)