Files
rr3-apk/smali_classes2/com/facebook/appevents/PersistedEvents$SerializationProxyV1.smali
supermegamestre 4bbd74a497 First Upload
Just the APK
Force update disabled, will only work offline.
2026-01-26 00:26:29 -03:00

103 lines
3.0 KiB
Smali

.class public final Lcom/facebook/appevents/PersistedEvents$SerializationProxyV1;
.super Ljava/lang/Object;
.source "SourceFile"
# interfaces
.implements Ljava/io/Serializable;
# annotations
.annotation system Ldalvik/annotation/EnclosingClass;
value = Lcom/facebook/appevents/PersistedEvents;
.end annotation
.annotation system Ldalvik/annotation/InnerClass;
accessFlags = 0x19
name = "SerializationProxyV1"
.end annotation
.annotation system Ldalvik/annotation/MemberClasses;
value = {
Lcom/facebook/appevents/PersistedEvents$SerializationProxyV1$Companion;
}
.end annotation
# static fields
.field public static final Companion:Lcom/facebook/appevents/PersistedEvents$SerializationProxyV1$Companion;
.field private static final serialVersionUID:J = 0x4b1aac909L
# instance fields
.field private final proxyEvents:Ljava/util/HashMap;
.annotation system Ldalvik/annotation/Signature;
value = {
"Ljava/util/HashMap<",
"Lcom/facebook/appevents/AccessTokenAppIdPair;",
"Ljava/util/List<",
"Lcom/facebook/appevents/AppEvent;",
">;>;"
}
.end annotation
.end field
# direct methods
.method static constructor <clinit>()V
.locals 2
new-instance v0, Lcom/facebook/appevents/PersistedEvents$SerializationProxyV1$Companion;
const/4 v1, 0x0
invoke-direct {v0, v1}, Lcom/facebook/appevents/PersistedEvents$SerializationProxyV1$Companion;-><init>(Lkotlin/jvm/internal/DefaultConstructorMarker;)V
sput-object v0, Lcom/facebook/appevents/PersistedEvents$SerializationProxyV1;->Companion:Lcom/facebook/appevents/PersistedEvents$SerializationProxyV1$Companion;
return-void
.end method
.method public constructor <init>(Ljava/util/HashMap;)V
.locals 1
.annotation system Ldalvik/annotation/Signature;
value = {
"(",
"Ljava/util/HashMap<",
"Lcom/facebook/appevents/AccessTokenAppIdPair;",
"Ljava/util/List<",
"Lcom/facebook/appevents/AppEvent;",
">;>;)V"
}
.end annotation
const-string v0, "proxyEvents"
invoke-static {p1, v0}, Lkotlin/jvm/internal/Intrinsics;->checkNotNullParameter(Ljava/lang/Object;Ljava/lang/String;)V
.line 44
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
iput-object p1, p0, Lcom/facebook/appevents/PersistedEvents$SerializationProxyV1;->proxyEvents:Ljava/util/HashMap;
return-void
.end method
.method private final readResolve()Ljava/lang/Object;
.locals 2
.annotation system Ldalvik/annotation/Throws;
value = {
Ljava/io/ObjectStreamException;
}
.end annotation
.line 49
new-instance v0, Lcom/facebook/appevents/PersistedEvents;
iget-object v1, p0, Lcom/facebook/appevents/PersistedEvents$SerializationProxyV1;->proxyEvents:Ljava/util/HashMap;
invoke-direct {v0, v1}, Lcom/facebook/appevents/PersistedEvents;-><init>(Ljava/util/HashMap;)V
return-object v0
.end method