SqlDateTypeAdapter.smali
.class public final Lcom/google/gson/internal/bind/SqlDateTypeAdapter;
.super Lcom/google/gson/TypeAdapter;
.source "SqlDateTypeAdapter.java"
# annotations
.annotation system Ldalvik/annotation/Signature;
value = {
"Lcom/google/gson/TypeAdapter<",
"Ljava/sql/Date;",
">;"
}
.end annotation
# static fields
.field public static final FACTORY:Lcom/google/gson/TypeAdapterFactory;
# instance fields
.field private final format:Ljava/text/DateFormat;
# direct methods
.method static constructor <clinit>()V
.registers 1
.line 39
new-instance v0, Lcom/google/gson/internal/bind/SqlDateTypeAdapter$1;
invoke-direct {v0}, Lcom/google/gson/internal/bind/SqlDateTypeAdapter$1;-><init>()V
sput-object v0, Lcom/google/gson/internal/bind/SqlDateTypeAdapter;->FACTORY:Lcom/google/gson/TypeAdapterFactory;
return-void
.end method
.method public constructor <init>()V
.registers 3
.line 38
invoke-direct {p0}, Lcom/google/gson/TypeAdapter;-><init>()V
.line 47
new-instance v0, Ljava/text/SimpleDateFormat;
const-string v1, "MMM d, yyyy"
invoke-direct {v0, v1}, Ljava/text/SimpleDateFormat;-><init>(Ljava/lang/String;)V
iput-object v0, p0, Lcom/google/gson/internal/bind/SqlDateTypeAdapter;->format:Ljava/text/DateFormat;
return-void
.end method
# virtual methods
.method public bridge synthetic read(Lcom/google/gson/stream/JsonReader;)Ljava/lang/Object;
.registers 2
.annotation system Ldalvik/annotation/Throws;
value = {
Ljava/io/IOException;
}
.end annotation
.line 38
invoke-virtual {p0, p1}, Lcom/google/gson/internal/bind/SqlDateTypeAdapter;->read(Lcom/google/gson/stream/JsonReader;)Ljava/sql/Date;
move-result-object p1
return-object p1
.end method
.method public declared-synchronized read(Lcom/google/gson/stream/JsonReader;)Ljava/sql/Date;
.registers 4
.annotation system Ldalvik/annotation/Throws;
value = {
Ljava/io/IOException;
}
.end annotation
monitor-enter p0
.line 51
:try_start_1
invoke-virtual {p1}, Lcom/google/gson/stream/JsonReader;->peek()Lcom/google/gson/stream/JsonToken;
move-result-object v0
sget-object v1, Lcom/google/gson/stream/JsonToken;->NULL:Lcom/google/gson/stream/JsonToken;
if-ne v0, v1, :cond_f
.line 52
invoke-virtual {p1}, Lcom/google/gson/stream/JsonReader;->nextNull()V
:try_end_c
.catchall {:try_start_1 .. :try_end_c} :catchall_2b
const/4 p1, 0x0
.line 53
monitor-exit p0
return-object p1
.line 56
:cond_f
:try_start_f
iget-object v0, p0, Lcom/google/gson/internal/bind/SqlDateTypeAdapter;->format:Ljava/text/DateFormat;
invoke-virtual {p1}, Lcom/google/gson/stream/JsonReader;->nextString()Ljava/lang/String;
move-result-object p1
invoke-virtual {v0, p1}, Ljava/text/DateFormat;->parse(Ljava/lang/String;)Ljava/util/Date;
move-result-object p1
invoke-virtual {p1}, Ljava/util/Date;->getTime()J
move-result-wide v0
.line 57
new-instance p1, Ljava/sql/Date;
invoke-direct {p1, v0, v1}, Ljava/sql/Date;-><init>(J)V
:try_end_22
.catch Ljava/text/ParseException; {:try_start_f .. :try_end_22} :catch_24
.catchall {:try_start_f .. :try_end_22} :catchall_2b
monitor-exit p0
return-object p1
:catch_24
move-exception p1
.line 59
:try_start_25
new-instance v0, Lcom/google/gson/JsonSyntaxException;
invoke-direct {v0, p1}, Lcom/google/gson/JsonSyntaxException;-><init>(Ljava/lang/Throwable;)V
throw v0
:try_end_2b
.catchall {:try_start_25 .. :try_end_2b} :catchall_2b
:catchall_2b
move-exception p1
monitor-exit p0
throw p1
.end method
.method public bridge synthetic write(Lcom/google/gson/stream/JsonWriter;Ljava/lang/Object;)V
.registers 3
.annotation system Ldalvik/annotation/Throws;
value = {
Ljava/io/IOException;
}
.end annotation
.line 38
check-cast p2, Ljava/sql/Date;
invoke-virtual {p0, p1, p2}, Lcom/google/gson/internal/bind/SqlDateTypeAdapter;->write(Lcom/google/gson/stream/JsonWriter;Ljava/sql/Date;)V
return-void
.end method
.method public declared-synchronized write(Lcom/google/gson/stream/JsonWriter;Ljava/sql/Date;)V
.registers 4
.annotation system Ldalvik/annotation/Throws;
value = {
Ljava/io/IOException;
}
.end annotation
monitor-enter p0
if-nez p2, :cond_5
const/4 p2, 0x0
goto :goto_b
.line 65
:cond_5
:try_start_5
iget-object v0, p0, Lcom/google/gson/internal/bind/SqlDateTypeAdapter;->format:Ljava/text/DateFormat;
invoke-virtual {v0, p2}, Ljava/text/DateFormat;->format(Ljava/util/Date;)Ljava/lang/String;
move-result-object p2
:goto_b
invoke-virtual {p1, p2}, Lcom/google/gson/stream/JsonWriter;->value(Ljava/lang/String;)Lcom/google/gson/stream/JsonWriter;
:try_end_e
.catchall {:try_start_5 .. :try_end_e} :catchall_10
.line 66
monitor-exit p0
return-void
:catchall_10
move-exception p1
monitor-exit p0
throw p1
.end method