类 PriceLevelAdapter

java.lang.Object
com.google.gson.TypeAdapter<PriceLevel>
ai.nextbillion.maps.internal.PriceLevelAdapter

public class PriceLevelAdapter
extends com.google.gson.TypeAdapter<PriceLevel>
This class handles conversion from JSON to PriceLevel.

Please see GSON Type Adapter for more detail.

  • 构造器概要

    构造器 
    构造器 说明
    PriceLevelAdapter()  
  • 方法概要

    修饰符和类型 方法 说明
    PriceLevel read​(com.google.gson.stream.JsonReader reader)  
    void write​(com.google.gson.stream.JsonWriter writer, PriceLevel value)
    This method is not implemented.

    从类继承的方法 com.google.gson.TypeAdapter

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

    从类继承的方法 java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • 构造器详细资料

  • 方法详细资料

    • read

      public PriceLevel read​(com.google.gson.stream.JsonReader reader) throws java.io.IOException
      指定者:
      read 在类中 com.google.gson.TypeAdapter<PriceLevel>
      抛出:
      java.io.IOException
    • write

      public void write​(com.google.gson.stream.JsonWriter writer, PriceLevel value) throws java.io.IOException
      This method is not implemented.
      指定者:
      write 在类中 com.google.gson.TypeAdapter<PriceLevel>
      抛出:
      java.io.IOException