- All Implemented Interfaces:
- java.io.Serializable
public class SerializableClientProxy
extends java.lang.Object
implements java.io.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