|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface DeserializationObjectResolver
Allows resolving objects after deserialization. Typical scenarios are:
SerializationContext.addObjectReplacer(com.ibm.ws.serialization.SerializationObjectReplacer)
to
add a custom serialized form, and DeserializationContext.addObjectResolver(com.ibm.ws.serialization.DeserializationObjectResolver)
to
recognize the object and return a context-specific object. Note that the
class of the serialized form will typically need to be made visible via DeserializationClassProvider
.
Method Summary | |
---|---|
java.lang.Object |
resolveObject(java.lang.Object object)
Resolves an object after deserialization. |
Method Detail |
---|
java.lang.Object resolveObject(java.lang.Object object)
Implementations are strongly encouraged to annotate the parameter
with Sensitive
to avoid tracing user data.
object
- the object being resolved
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |