public class NumericBooleanSerializer extends com.fasterxml.jackson.databind.JsonSerializer<Boolean>
| Constructor and Description |
|---|
NumericBooleanSerializer() |
| Modifier and Type | Method and Description |
|---|---|
void |
serialize(Boolean bool,
com.fasterxml.jackson.core.JsonGenerator generator,
com.fasterxml.jackson.databind.SerializerProvider provider) |
public void serialize(Boolean bool, com.fasterxml.jackson.core.JsonGenerator generator, com.fasterxml.jackson.databind.SerializerProvider provider) throws IOException, com.fasterxml.jackson.core.JsonProcessingException
serialize in class com.fasterxml.jackson.databind.JsonSerializer<Boolean>IOExceptioncom.fasterxml.jackson.core.JsonProcessingExceptionCopyright © 2018. All rights reserved.