public static class GsonModule.CredentialsAdapterFactory extends com.google.gson.TypeAdapter<Credentials> implements com.google.gson.TypeAdapterFactory
GsonModule.CredentialsAdapterFactory()
<T> com.google.gson.TypeAdapter<T>
create(com.google.gson.Gson gson, com.google.gson.reflect.TypeToken<T> typeToken)
Credentials
read(com.google.gson.stream.JsonReader in)
void
write(com.google.gson.stream.JsonWriter out, Credentials credentials)
fromJson, fromJson, fromJsonTree, nullSafe, toJson, toJson, toJsonTree
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public GsonModule.CredentialsAdapterFactory()
public void write(com.google.gson.stream.JsonWriter out, Credentials credentials) throws IOException
write
com.google.gson.TypeAdapter<Credentials>
IOException
public Credentials read(com.google.gson.stream.JsonReader in) throws IOException
read
public <T> com.google.gson.TypeAdapter<T> create(com.google.gson.Gson gson, com.google.gson.reflect.TypeToken<T> typeToken)
create
com.google.gson.TypeAdapterFactory
Copyright © 2009-2016 The Apache Software Foundation. All Rights Reserved.