Class InstantTypeAdapter

java.lang.Object
com.google.gson.TypeAdapter<Instant>
io.datarouter.gson.typeadapter.InstantTypeAdapter

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

    • InstantTypeAdapter

      public InstantTypeAdapter()
  • Method Details

    • write

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

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