public class BooleanIntegerSerializer extends com.fasterxml.jackson.databind.JsonSerializer<Boolean>
| Constructor and Description |
|---|
BooleanIntegerSerializer() |
| Modifier and Type | Method and Description |
|---|---|
void |
serialize(Boolean value,
com.fasterxml.jackson.core.JsonGenerator gen,
com.fasterxml.jackson.databind.SerializerProvider arg2) |
public void serialize(Boolean value, com.fasterxml.jackson.core.JsonGenerator gen, com.fasterxml.jackson.databind.SerializerProvider arg2) throws IOException
serialize in class com.fasterxml.jackson.databind.JsonSerializer<Boolean>IOExceptionCopyright © 2017. All Rights Reserved.