类 ReportMapTypeAdapter

java.lang.Object
com.google.gson.TypeAdapter<Object>
com.envisioniot.sub.client.report.ReportMapTypeAdapter

public class ReportMapTypeAdapter
extends com.google.gson.TypeAdapter<Object>
作者:
lixiangxin
  • 字段详细资料

    • FACTORY

      public static final com.google.gson.TypeAdapterFactory FACTORY
  • 构造器详细资料

    • ReportMapTypeAdapter

      public ReportMapTypeAdapter()
  • 方法详细资料

    • write

      public void write​(com.google.gson.stream.JsonWriter jsonWriter, Object o)
      指定者:
      write 在类中 com.google.gson.TypeAdapter<Object>
    • read

      public Object read​(com.google.gson.stream.JsonReader in) throws IOException
      指定者:
      read 在类中 com.google.gson.TypeAdapter<Object>
      抛出:
      IOException
    • readInternal

      public Object readInternal​(com.google.gson.stream.JsonReader in) throws IOException
      抛出:
      IOException