Package | Description |
---|---|
javassist.util.proxy |
Dynamic proxy (similar to
Enhancer of cglib). |
Modifier and Type | Method and Description |
---|---|
static SerializedProxy |
RuntimeSupport.makeSerializedProxy(java.lang.Object proxy)
Converts a proxy object to an object that is writable to an
object stream.
|