public class BooleanSerializer extends com.fasterxml.jackson.databind.JsonSerializer<Boolean>
| Constructor and Description |
|---|
BooleanSerializer() |
| Modifier and Type | Method and Description |
|---|---|
void |
serialize(Boolean boolValue,
com.fasterxml.jackson.core.JsonGenerator jsonGenerator,
com.fasterxml.jackson.databind.SerializerProvider serializerProvider) |
public void serialize(Boolean boolValue, com.fasterxml.jackson.core.JsonGenerator jsonGenerator, com.fasterxml.jackson.databind.SerializerProvider serializerProvider) throws IOException
serialize in class com.fasterxml.jackson.databind.JsonSerializer<Boolean>IOExceptionCopyright © 2019. All rights reserved.