12 lines
701 B
Smali
12 lines
701 B
Smali
.class public interface abstract Lcom/thoughtworks/xstream/MarshallingStrategy;
|
|
.super Ljava/lang/Object;
|
|
.source "MarshallingStrategy.java"
|
|
|
|
|
|
# virtual methods
|
|
.method public abstract marshal(Lcom/thoughtworks/xstream/io/HierarchicalStreamWriter;Ljava/lang/Object;Lcom/thoughtworks/xstream/converters/ConverterLookup;Lcom/thoughtworks/xstream/mapper/Mapper;Lcom/thoughtworks/xstream/converters/DataHolder;)V
|
|
.end method
|
|
|
|
.method public abstract unmarshal(Ljava/lang/Object;Lcom/thoughtworks/xstream/io/HierarchicalStreamReader;Lcom/thoughtworks/xstream/converters/DataHolder;Lcom/thoughtworks/xstream/converters/ConverterLookup;Lcom/thoughtworks/xstream/mapper/Mapper;)Ljava/lang/Object;
|
|
.end method
|