Interface GlassFishInputStreamHandler
@Contract
public interface GlassFishInputStreamHandler
A class that is used to restore state during deserialization
- Author:
- Mahesh Kannan
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionresolveObject(Object obj) The implementation must return the object that needs to be written out to the stream OR null if it cannot handle the serialization of this object
-
Field Details
-
NULL_OBJECT
Represents null in serialized objects
-
-
Method Details
-
resolveObject
The implementation must return the object that needs to be written out to the stream OR null if it cannot handle the serialization of this object- Parameters:
obj-- Returns:
- obj to be deserialized or null
- Throws:
IOException
-