com.ibm.ws.serialization

Interface DeserializationObjectResolver

    • Method Summary

      Methods 
      Modifier and Type Method and Description
      java.lang.Object resolveObject(java.lang.Object object)
      Resolves an object after deserialization.
    • Method Detail

      • resolveObject

        java.lang.Object resolveObject(java.lang.Object object)
                                       throws java.io.IOException
        Resolves an object after deserialization. If the implementation does not recognize the object then null should be returned.

        Implementations are strongly encouraged to annotate the parameter with Sensitive to avoid tracing user data.

        Parameters:
        object - the object being resolved
        Returns:
        the resolved object, or null if no resolution is needed
        Throws:
        java.io.IOException - if an error occurs resolving the object