DateTypeAdapter.smali
.class public final Lcom/google/gson/internal/bind/DateTypeAdapter;
.super Lcom/google/gson/b0;
.source "SourceFile"
# annotations
.annotation system Ldalvik/annotation/Signature;
value = {
"Lcom/google/gson/b0<",
"Ljava/util/Date;",
">;"
}
.end annotation
# static fields
.field public static final b:Lcom/google/gson/c0;
# instance fields
.field public final a:Ljava/util/ArrayList;
.annotation system Ldalvik/annotation/Signature;
value = {
"Ljava/util/List<",
"Ljava/text/DateFormat;",
">;"
}
.end annotation
.end field
# direct methods
.method public static constructor <clinit>()V
.registers 1
new-instance v0, Lcom/google/gson/internal/bind/DateTypeAdapter$1;
invoke-direct {v0}, Lcom/google/gson/internal/bind/DateTypeAdapter$1;-><init>()V
sput-object v0, Lcom/google/gson/internal/bind/DateTypeAdapter;->b:Lcom/google/gson/c0;
return-void
.end method
.method public constructor <init>()V
.registers 5
.line 1
invoke-direct {p0}, Lcom/google/gson/b0;-><init>()V
.line 2
new-instance v0, Ljava/util/ArrayList;
invoke-direct {v0}, Ljava/util/ArrayList;-><init>()V
iput-object v0, p0, Lcom/google/gson/internal/bind/DateTypeAdapter;->a:Ljava/util/ArrayList;
.line 3
sget-object v1, Ljava/util/Locale;->US:Ljava/util/Locale;
const/4 v2, 0x2
invoke-static {v2, v2, v1}, Ljava/text/DateFormat;->getDateTimeInstance(IILjava/util/Locale;)Ljava/text/DateFormat;
move-result-object v3
invoke-virtual {v0, v3}, Ljava/util/ArrayList;->add(Ljava/lang/Object;)Z
.line 4
invoke-static {}, Ljava/util/Locale;->getDefault()Ljava/util/Locale;
move-result-object v3
invoke-virtual {v3, v1}, Ljava/util/Locale;->equals(Ljava/lang/Object;)Z
move-result v1
if-nez v1, :cond_25
.line 5
invoke-static {v2, v2}, Ljava/text/DateFormat;->getDateTimeInstance(II)Ljava/text/DateFormat;
move-result-object v1
invoke-virtual {v0, v1}, Ljava/util/ArrayList;->add(Ljava/lang/Object;)Z
.line 6
:cond_25
sget v1, Lcom/google/gson/internal/f;->a:I
const/16 v3, 0x9
if-lt v1, v3, :cond_2d
const/4 v1, 0x1
goto :goto_2e
:cond_2d
const/4 v1, 0x0
:goto_2e
if-eqz v1, :cond_37
.line 7
invoke-static {v2, v2}, Lcom/garena/reactpush/util/p;->t(II)Ljava/text/DateFormat;
move-result-object v1
invoke-virtual {v0, v1}, Ljava/util/ArrayList;->add(Ljava/lang/Object;)Z
:cond_37
return-void
.end method
# virtual methods
.method public final read(Lcom/google/gson/stream/a;)Ljava/lang/Object;
.registers 4
.annotation system Ldalvik/annotation/Throws;
value = {
Ljava/io/IOException;
}
.end annotation
.line 1
invoke-virtual {p1}, Lcom/google/gson/stream/a;->i0()Lcom/google/gson/stream/b;
move-result-object v0
sget-object v1, Lcom/google/gson/stream/b;->NULL:Lcom/google/gson/stream/b;
if-ne v0, v1, :cond_d
.line 2
invoke-virtual {p1}, Lcom/google/gson/stream/a;->X()V
const/4 p1, 0x0
goto :goto_35
.line 3
:cond_d
invoke-virtual {p1}, Lcom/google/gson/stream/a;->c0()Ljava/lang/String;
move-result-object p1
.line 4
monitor-enter p0
.line 5
:try_start_12
iget-object v0, p0, Lcom/google/gson/internal/bind/DateTypeAdapter;->a:Ljava/util/ArrayList;
invoke-virtual {v0}, Ljava/util/ArrayList;->iterator()Ljava/util/Iterator;
move-result-object v0
:catch_18
invoke-interface {v0}, Ljava/util/Iterator;->hasNext()Z
move-result v1
if-eqz v1, :cond_2a
invoke-interface {v0}, Ljava/util/Iterator;->next()Ljava/lang/Object;
move-result-object v1
check-cast v1, Ljava/text/DateFormat;
:try_end_24
.catchall {:try_start_12 .. :try_end_24} :catchall_3d
.line 6
:try_start_24
invoke-virtual {v1, p1}, Ljava/text/DateFormat;->parse(Ljava/lang/String;)Ljava/util/Date;
move-result-object p1
:try_end_28
.catch Ljava/text/ParseException; {:try_start_24 .. :try_end_28} :catch_18
.catchall {:try_start_24 .. :try_end_28} :catchall_3d
monitor-exit p0
goto :goto_35
.line 7
:cond_2a
:try_start_2a
new-instance v0, Ljava/text/ParsePosition;
const/4 v1, 0x0
invoke-direct {v0, v1}, Ljava/text/ParsePosition;-><init>(I)V
invoke-static {p1, v0}, Lcom/google/gson/internal/bind/util/a;->b(Ljava/lang/String;Ljava/text/ParsePosition;)Ljava/util/Date;
move-result-object p1
:try_end_34
.catch Ljava/text/ParseException; {:try_start_2a .. :try_end_34} :catch_36
.catchall {:try_start_2a .. :try_end_34} :catchall_3d
monitor-exit p0
:goto_35
return-object p1
:catch_36
move-exception v0
.line 8
:try_start_37
new-instance v1, Lcom/google/gson/x;
invoke-direct {v1, p1, v0}, Lcom/google/gson/x;-><init>(Ljava/lang/String;Ljava/lang/Throwable;)V
throw v1
:try_end_3d
.catchall {:try_start_37 .. :try_end_3d} :catchall_3d
:catchall_3d
move-exception p1
monitor-exit p0
throw p1
.end method
.method public final write(Lcom/google/gson/stream/c;Ljava/lang/Object;)V
.registers 5
.annotation system Ldalvik/annotation/Throws;
value = {
Ljava/io/IOException;
}
.end annotation
.line 1
check-cast p2, Ljava/util/Date;
.line 2
monitor-enter p0
if-nez p2, :cond_a
.line 3
:try_start_5
invoke-virtual {p1}, Lcom/google/gson/stream/c;->D()Lcom/google/gson/stream/c;
:try_end_8
.catchall {:try_start_5 .. :try_end_8} :catchall_1c
.line 4
monitor-exit p0
goto :goto_1b
.line 5
:cond_a
:try_start_a
iget-object v0, p0, Lcom/google/gson/internal/bind/DateTypeAdapter;->a:Ljava/util/ArrayList;
const/4 v1, 0x0
invoke-virtual {v0, v1}, Ljava/util/ArrayList;->get(I)Ljava/lang/Object;
move-result-object v0
check-cast v0, Ljava/text/DateFormat;
invoke-virtual {v0, p2}, Ljava/text/DateFormat;->format(Ljava/util/Date;)Ljava/lang/String;
move-result-object p2
.line 6
invoke-virtual {p1, p2}, Lcom/google/gson/stream/c;->X(Ljava/lang/String;)Lcom/google/gson/stream/c;
:try_end_1a
.catchall {:try_start_a .. :try_end_1a} :catchall_1c
.line 7
monitor-exit p0
:goto_1b
return-void
:catchall_1c
move-exception p1
monitor-exit p0
throw p1
.end method