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

75 lines
1.7 KiB
Smali

.class public final Lio/sentry/SpanId$Deserializer;
.super Ljava/lang/Object;
.source "SpanId.java"
# interfaces
.implements Lio/sentry/JsonDeserializer;
# annotations
.annotation system Ldalvik/annotation/EnclosingClass;
value = Lio/sentry/SpanId;
.end annotation
.annotation system Ldalvik/annotation/InnerClass;
accessFlags = 0x19
name = "Deserializer"
.end annotation
.annotation system Ldalvik/annotation/Signature;
value = {
"Ljava/lang/Object;",
"Lio/sentry/JsonDeserializer<",
"Lio/sentry/SpanId;",
">;"
}
.end annotation
# direct methods
.method public constructor <init>()V
.locals 0
.line 54
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
return-void
.end method
# virtual methods
.method public deserialize(Lio/sentry/JsonObjectReader;Lio/sentry/ILogger;)Lio/sentry/SpanId;
.locals 0
.annotation system Ldalvik/annotation/Throws;
value = {
Ljava/lang/Exception;
}
.end annotation
.line 58
new-instance p0, Lio/sentry/SpanId;
invoke-virtual {p1}, Lio/sentry/JsonObjectReader;->nextString()Ljava/lang/String;
move-result-object p1
invoke-direct {p0, p1}, Lio/sentry/SpanId;-><init>(Ljava/lang/String;)V
return-object p0
.end method
.method public bridge synthetic deserialize(Lio/sentry/JsonObjectReader;Lio/sentry/ILogger;)Ljava/lang/Object;
.locals 0
.annotation system Ldalvik/annotation/Throws;
value = {
Ljava/lang/Exception;
}
.end annotation
.line 54
invoke-virtual {p0, p1, p2}, Lio/sentry/SpanId$Deserializer;->deserialize(Lio/sentry/JsonObjectReader;Lio/sentry/ILogger;)Lio/sentry/SpanId;
move-result-object p0
return-object p0
.end method