Package org.apache.wicket.proxy
Interface LazyInitProxyFactory.IWriteReplace
-
- All Known Implementing Classes:
LazyInitProxyFactory.AbstractCGLibInterceptor,LazyInitProxyFactory.CGLibInterceptor,ObjenesisCGLibInterceptor
- Enclosing class:
- LazyInitProxyFactory
public static interface LazyInitProxyFactory.IWriteReplaceThis interface is used to make the proxy forward writeReplace() call to the handler instead of invoking it on itself. This allows us to serialize the replacement object instead of the proxy itself in case the proxy subclass is deserialized on a VM that does not have it created.- Author:
- Igor Vaynberg (ivaynberg)
- See Also:
LazyInitProxyFactory.ProxyReplacement
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.ObjectwriteReplace()write replace method as defined by Serializable
-