public class BooleanJsonSerializer extends java.lang.Object implements TypeJsonSerializer<java.lang.Boolean>
| Constructor and Description |
|---|
BooleanJsonSerializer() |
| Modifier and Type | Method and Description |
|---|---|
void |
serialize(JsonContext jsonContext,
java.lang.Boolean value)
Serializes a value and writes a JSON content.
|
public void serialize(JsonContext jsonContext, java.lang.Boolean value)
TypeJsonSerializerserialize in interface TypeJsonSerializer<java.lang.Boolean>Copyright © 2003-2013 Jodd Team