jimu-decompiled/sources/com/thoughtworks/xstream/converters/UnmarshallingContext.java
2025-05-13 19:24:51 +02:00

15 lines
378 B
Java

package com.thoughtworks.xstream.converters;
/* loaded from: classes.dex */
public interface UnmarshallingContext extends DataHolder {
void addCompletionCallback(Runnable runnable, int i);
Object convertAnother(Object obj, Class cls);
Object convertAnother(Object obj, Class cls, Converter converter);
Object currentObject();
Class getRequiredType();
}