public class NumberToBigDecimalJsonAdapter
extends com.squareup.moshi.JsonAdapter<java.lang.Object>
| Constructor and Description |
|---|
NumberToBigDecimalJsonAdapter(com.squareup.moshi.JsonAdapter<java.lang.Object> delegate) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
fromJson(com.squareup.moshi.JsonReader reader) |
void |
toJson(com.squareup.moshi.JsonWriter writer,
java.lang.Object value) |
public NumberToBigDecimalJsonAdapter(com.squareup.moshi.JsonAdapter<java.lang.Object> delegate)
public java.lang.Object fromJson(com.squareup.moshi.JsonReader reader)
throws java.io.IOException
fromJson in class com.squareup.moshi.JsonAdapter<java.lang.Object>java.io.IOExceptionpublic void toJson(com.squareup.moshi.JsonWriter writer,
java.lang.Object value)
throws java.io.IOException
toJson in class com.squareup.moshi.JsonAdapter<java.lang.Object>java.io.IOException