Interface JavaEEObjectStreamHandler
-
- All Known Implementing Classes:
JavaEEObjectStreamHandlerForJNDIContext
@Contract public interface JavaEEObjectStreamHandler
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ObjectreplaceObject(Object obj)Called during serializationObjectresolveObject(Object obj)Called during de-serialization
-
-
-
Method Detail
-
replaceObject
Object replaceObject(Object obj) throws IOException
Called during serialization- Parameters:
obj-- Returns:
- Throws:
IOException
-
resolveObject
Object resolveObject(Object obj) throws IOException
Called during de-serialization- Parameters:
obj-- Returns:
- Throws:
IOException
-
-