Klasse JSON.NativeJavaObjectTypeAdapter

java.lang.Object
com.google.gson.TypeAdapter<Object>
de.wunderkopfservices.creditscore.client.internal.JSON.NativeJavaObjectTypeAdapter
Umschließende Klasse:
JSON

public static class JSON.NativeJavaObjectTypeAdapter extends com.google.gson.TypeAdapter<Object>
  • Feldübersicht

    Felder
    Modifizierer und Typ
    Feld
    Beschreibung
    static final com.google.gson.TypeAdapterFactory
     
  • Konstruktorübersicht

    Konstruktoren
    Konstruktor
    Beschreibung
    NativeJavaObjectTypeAdapter(com.google.gson.Gson gson)
     
  • Methodenübersicht

    Modifizierer und Typ
    Methode
    Beschreibung
    read(com.google.gson.stream.JsonReader in)
     
    void
    write(com.google.gson.stream.JsonWriter out, Object value)
     

    Von Klasse geerbte Methoden com.google.gson.TypeAdapter

    fromJson, fromJson, fromJsonTree, nullSafe, toJson, toJson, toJsonTree

    Von Klasse geerbte Methoden java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Felddetails

    • FACTORY

      public static final com.google.gson.TypeAdapterFactory FACTORY
  • Konstruktordetails

    • NativeJavaObjectTypeAdapter

      public NativeJavaObjectTypeAdapter(com.google.gson.Gson gson)
  • Methodendetails

    • read

      public Object read(com.google.gson.stream.JsonReader in) throws IOException
      Angegeben von:
      read in Klasse com.google.gson.TypeAdapter<Object>
      Löst aus:
      IOException
    • write

      public void write(com.google.gson.stream.JsonWriter out, Object value) throws IOException
      Angegeben von:
      write in Klasse com.google.gson.TypeAdapter<Object>
      Löst aus:
      IOException