Class SerializableClientProxy

  • All Implemented Interfaces:
    Serializable

    public class SerializableClientProxy
    extends Object
    implements Serializable
    A wrapper mostly for client proxies which provides header information useful to generate the client proxy class in a VM before the proxy object is deserialized. Only client proxies really need this extra step for serialization and deserialization since the other proxy classes are generated during bean archive deployment.
    Author:
    David Allen
    See Also:
    Serialized Form
    • Constructor Detail

      • SerializableClientProxy

        public SerializableClientProxy​(org.jboss.weld.serialization.spi.BeanIdentifier beanId,
                                       String contextId)