mirror of
https://github.com/Pinball3D/Rabbit-R1.git
synced 2025-01-09 13:43:22 +00:00
18 lines
480 B
Smali
18 lines
480 B
Smali
.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
|