GsonRequestBodyConverter.smali
.class final Lretrofit2/converter/gson/GsonRequestBodyConverter;
.super Ljava/lang/Object;
.source "GsonRequestBodyConverter.java"
# interfaces
.implements Lretrofit2/Converter;
# annotations
.annotation system Ldalvik/annotation/Signature;
value = {
"<T:",
"Ljava/lang/Object;",
">",
"Ljava/lang/Object;",
"Lretrofit2/Converter",
"<TT;",
"Lokhttp3/an;",
">;"
}
.end annotation
# static fields
.field private static final MEDIA_TYPE:Lokhttp3/ad;
.field private static final UTF_8:Ljava/nio/charset/Charset;
# instance fields
.field private final adapter:Lcom/google/gson/n;
.annotation system Ldalvik/annotation/Signature;
value = {
"Lcom/google/gson/n",
"<TT;>;"
}
.end annotation
.end field
.field private final gson:Lcom/google/gson/d;
# direct methods
.method static constructor <clinit>()V
.registers 1
.prologue
.line 31
const-string v0, "application/json; charset=UTF-8"
invoke-static {v0}, Lokhttp3/ad;->hI(Ljava/lang/String;)Lokhttp3/ad;
move-result-object v0
sput-object v0, Lretrofit2/converter/gson/GsonRequestBodyConverter;->MEDIA_TYPE:Lokhttp3/ad;
.line 32
const-string v0, "UTF-8"
invoke-static {v0}, Ljava/nio/charset/Charset;->forName(Ljava/lang/String;)Ljava/nio/charset/Charset;
move-result-object v0
sput-object v0, Lretrofit2/converter/gson/GsonRequestBodyConverter;->UTF_8:Ljava/nio/charset/Charset;
return-void
.end method
.method constructor <init>(Lcom/google/gson/d;Lcom/google/gson/n;)V
.registers 3
.annotation system Ldalvik/annotation/Signature;
value = {
"(",
"Lcom/google/gson/d;",
"Lcom/google/gson/n",
"<TT;>;)V"
}
.end annotation
.prologue
.line 37
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
.line 38
iput-object p1, p0, Lretrofit2/converter/gson/GsonRequestBodyConverter;->gson:Lcom/google/gson/d;
.line 39
iput-object p2, p0, Lretrofit2/converter/gson/GsonRequestBodyConverter;->adapter:Lcom/google/gson/n;
.line 40
return-void
.end method
# virtual methods
.method public final bridge synthetic convert(Ljava/lang/Object;)Ljava/lang/Object;
.registers 3
.prologue
.line 30
invoke-virtual {p0, p1}, Lretrofit2/converter/gson/GsonRequestBodyConverter;->convert(Ljava/lang/Object;)Lokhttp3/an;
move-result-object v0
return-object v0
.end method
.method public final convert(Ljava/lang/Object;)Lokhttp3/an;
.registers 6
.annotation system Ldalvik/annotation/Signature;
value = {
"(TT;)",
"Lokhttp3/an;"
}
.end annotation
.prologue
.line 43
new-instance v0, Lokio/d;
invoke-direct {v0}, Lokio/d;-><init>()V
.line 44
new-instance v1, Ljava/io/OutputStreamWriter;
invoke-virtual {v0}, Lokio/d;->Sh()Ljava/io/OutputStream;
move-result-object v2
sget-object v3, Lretrofit2/converter/gson/GsonRequestBodyConverter;->UTF_8:Ljava/nio/charset/Charset;
invoke-direct {v1, v2, v3}, Ljava/io/OutputStreamWriter;-><init>(Ljava/io/OutputStream;Ljava/nio/charset/Charset;)V
.line 45
invoke-static {v1}, Lcom/google/gson/d;->a(Ljava/io/Writer;)Lcom/google/gson/stream/b;
move-result-object v1
.line 46
iget-object v2, p0, Lretrofit2/converter/gson/GsonRequestBodyConverter;->adapter:Lcom/google/gson/n;
invoke-virtual {v2, v1, p1}, Lcom/google/gson/n;->a(Lcom/google/gson/stream/b;Ljava/lang/Object;)V
.line 47
invoke-virtual {v1}, Lcom/google/gson/stream/b;->close()V
.line 48
sget-object v1, Lretrofit2/converter/gson/GsonRequestBodyConverter;->MEDIA_TYPE:Lokhttp3/ad;
invoke-virtual {v0}, Lokio/d;->HD()Lokio/ByteString;
move-result-object v0
invoke-static {v1, v0}, Lokhttp3/an;->create(Lokhttp3/ad;Lokio/ByteString;)Lokhttp3/an;
move-result-object v0
return-object v0
.end method