Package server

Class Gson_InstantTypeAdapter

java.lang.Object
com.google.gson.TypeAdapter<Instant>
server.Gson_InstantTypeAdapter

public class Gson_InstantTypeAdapter extends com.google.gson.TypeAdapter<Instant>
  • Constructor Details

    • Gson_InstantTypeAdapter

      public Gson_InstantTypeAdapter()
  • Method Details

    • write

      public void write(com.google.gson.stream.JsonWriter jsonWriter, Instant instant) throws IOException
      Specified by:
      write in class com.google.gson.TypeAdapter<Instant>
      Throws:
      IOException
    • read

      public Instant read(com.google.gson.stream.JsonReader jsonReader) throws IOException
      Specified by:
      read in class com.google.gson.TypeAdapter<Instant>
      Throws:
      IOException