public abstract class BigIntegerConverter extends Object
| Modifier and Type | Field and Description |
|---|---|
static com.dslplatform.json.JsonReader.ReadObject<BigInteger> |
READER |
static com.dslplatform.json.JsonWriter.WriteObject<BigInteger> |
WRITER |
| Constructor and Description |
|---|
BigIntegerConverter() |
| Modifier and Type | Method and Description |
|---|---|
static BigInteger |
deserialize(com.dslplatform.json.JsonReader reader) |
static void |
serialize(BigInteger value,
com.dslplatform.json.JsonWriter sw) |
public static final com.dslplatform.json.JsonReader.ReadObject<BigInteger> READER
public static final com.dslplatform.json.JsonWriter.WriteObject<BigInteger> WRITER
public static void serialize(@Nullable
BigInteger value,
com.dslplatform.json.JsonWriter sw)
public static BigInteger deserialize(com.dslplatform.json.JsonReader reader) throws IOException
IOExceptionCopyright © 2019. All rights reserved.