Class SerializableClientProxy

java.lang.Object
org.jboss.weld.bean.proxy.util.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:
  • Constructor Details

    • SerializableClientProxy

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