com.thoughtworks.xstream.converters
Interface UnmarshallingContext


public interface UnmarshallingContext


Method Summary
 java.lang.Object convertAnother(java.lang.Object current, java.lang.Class type)
           
 java.lang.Object currentObject()
           
 java.lang.Class getRequiredType()
           
 

Method Detail

convertAnother

public java.lang.Object convertAnother(java.lang.Object current,
                                       java.lang.Class type)

currentObject

public java.lang.Object currentObject()

getRequiredType

public java.lang.Class getRequiredType()


Joe Walnes, http://xstream.codehaus.org/