Interface GsonDeserializer


  • public interface GsonDeserializer
    You can implement this interface into response object for automatic Gson deserialization via Gson.fromJson(String, Class)
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      @NonNull com.google.gson.Gson getGson()
      Returns Gson object which will be used for deserialization
    • Method Detail

      • getGson

        @NonNull
        @NonNull com.google.gson.Gson getGson()
        Returns Gson object which will be used for deserialization
        Returns:
        Non-null Gson object