Package ai.nextbillion.maps.internal
Class 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.
-
Constructor Summary
Constructors Constructor Description PriceLevelAdapter() -
Method Summary
Modifier and Type Method Description PriceLevelread(com.google.gson.stream.JsonReader reader)voidwrite(com.google.gson.stream.JsonWriter writer, PriceLevel value)This method is not implemented.
-
Constructor Details
-
PriceLevelAdapter
public PriceLevelAdapter()
-
-
Method Details
-
read
- Specified by:
readin classcom.google.gson.TypeAdapter<PriceLevel>- Throws:
java.io.IOException
-
write
public void write(com.google.gson.stream.JsonWriter writer, PriceLevel value) throws java.io.IOExceptionThis method is not implemented.- Specified by:
writein classcom.google.gson.TypeAdapter<PriceLevel>- Throws:
java.io.IOException
-