@Contract
public interface JavaEEObjectStreamHandler
| Modifier and Type | Method and Description |
|---|---|
Object |
replaceObject(Object obj)
Called during serialization
|
Object |
resolveObject(Object obj)
Called during de-serialization
|
Object replaceObject(Object obj) throws IOException
obj - IOExceptionObject resolveObject(Object obj) throws IOException
obj - IOExceptionCopyright © 2014. All rights reserved.