Rabbit-R1/original r1/smali/smali_classes3/io/sentry/JsonDeserializer.smali

34 lines
792 B
Smali
Raw Normal View History

2024-05-21 21:08:36 +00:00
.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