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