public class JsonBigIntegerSerializer extends com.fasterxml.jackson.databind.JsonSerializer<BigInteger>
| Constructor and Description |
|---|
JsonBigIntegerSerializer() |
| Modifier and Type | Method and Description |
|---|---|
void |
serialize(BigInteger value,
com.fasterxml.jackson.core.JsonGenerator jgen,
com.fasterxml.jackson.databind.SerializerProvider provider) |
public void serialize(BigInteger value, com.fasterxml.jackson.core.JsonGenerator jgen, com.fasterxml.jackson.databind.SerializerProvider provider) throws IOException
serialize in class com.fasterxml.jackson.databind.JsonSerializer<BigInteger>IOExceptionCopyright © 2015. All rights reserved.