Class DefaultSerializableProxy

  • All Implemented Interfaces:
    Serializable, SerializableProxy

    public class DefaultSerializableProxy
    extends Object
    implements SerializableProxy
    Serialized representation of a proxy.

    Provides a simple default serialized representation, that saves the InvocationHandler state and loads the proxy into the Thread Context Class Loader.

    This class should not be used if a security manager is present that prevents access to the Thread Context Class Loader.

    Author:
    Stuart Douglas
    See Also:
    Serialized Form
    • Constructor Detail

      • DefaultSerializableProxy

        public DefaultSerializableProxy()