@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
- IOException
Object resolveObject(Object obj) throws IOException
obj
- IOException
Copyright © 2019. All rights reserved.