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