Class SerializedWrapper<T>

  • All Implemented Interfaces:
    Serializable

    public class SerializedWrapper<T>
    extends Object
    implements Serializable
    A wrapper for a preserialized object. Helps to avoid double serialization. The wrapper automatically unpacks the original object during deserialization.
    See Also:
    Serialized Form