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.
27 lines
604 B
27 lines
604 B
2 years ago
|
.class public interface abstract Lcom/google/gson/InstanceCreator;
|
||
|
.super Ljava/lang/Object;
|
||
|
.source "InstanceCreator.java"
|
||
|
|
||
|
|
||
|
# annotations
|
||
|
.annotation system Ldalvik/annotation/Signature;
|
||
|
value = {
|
||
|
"<T:",
|
||
|
"Ljava/lang/Object;",
|
||
|
">",
|
||
|
"Ljava/lang/Object;"
|
||
|
}
|
||
|
.end annotation
|
||
|
|
||
|
|
||
|
# virtual methods
|
||
|
.method public abstract createInstance(Ljava/lang/reflect/Type;)Ljava/lang/Object;
|
||
|
.annotation system Ldalvik/annotation/Signature;
|
||
|
value = {
|
||
|
"(",
|
||
|
"Ljava/lang/reflect/Type;",
|
||
|
")TT;"
|
||
|
}
|
||
|
.end annotation
|
||
|
.end method
|