Rabbit-R1/switch port/smali/smali_classes3/io/sentry/JsonDeserializer.smali
2024-05-21 17:08:36 -04:00

33 lines
792 B
Smali

.class public interface abstract Lio/sentry/JsonDeserializer;
.super Ljava/lang/Object;
.source "JsonDeserializer.java"
# annotations
.annotation system Ldalvik/annotation/Signature;
value = {
"<T:",
"Ljava/lang/Object;",
">",
"Ljava/lang/Object;"
}
.end annotation
# virtual methods
.method public abstract deserialize(Lio/sentry/JsonObjectReader;Lio/sentry/ILogger;)Ljava/lang/Object;
.annotation system Ldalvik/annotation/Signature;
value = {
"(",
"Lio/sentry/JsonObjectReader;",
"Lio/sentry/ILogger;",
")TT;"
}
.end annotation
.annotation system Ldalvik/annotation/Throws;
value = {
Ljava/lang/Exception;
}
.end annotation
.end method