You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
480 B
19 lines
480 B
2 years ago
|
.class public interface abstract Lcom/google/gson/ExclusionStrategy;
|
||
|
.super Ljava/lang/Object;
|
||
|
.source "ExclusionStrategy.java"
|
||
|
|
||
|
|
||
|
# virtual methods
|
||
|
.method public abstract shouldSkipClass(Ljava/lang/Class;)Z
|
||
|
.annotation system Ldalvik/annotation/Signature;
|
||
|
value = {
|
||
|
"(",
|
||
|
"Ljava/lang/Class",
|
||
|
"<*>;)Z"
|
||
|
}
|
||
|
.end annotation
|
||
|
.end method
|
||
|
|
||
|
.method public abstract shouldSkipField(Lcom/google/gson/FieldAttributes;)Z
|
||
|
.end method
|