Class EmptyExternalizableProxy

  • All Implemented Interfaces:
    Externalizable, Serializable

    public abstract class EmptyExternalizableProxy
    extends Object
    implements Externalizable
    Abstract base that implements Externalizable with no-op methods that is intended for classes that use the externalizable proxy pattern but have no data to serialize and read-resolve to a static instance.
    Author:
    Thomas Pantelis
    See Also:
    Serialized Form