public class BooleanJsonSerializer extends java.lang.Object implements TypeJsonSerializer<java.lang.Boolean>
| Constructor and Description |
|---|
BooleanJsonSerializer() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
serialize(JsonContext jsonContext,
java.lang.Boolean value)
Serializes a value and writes a JSON content.
|
public boolean serialize(JsonContext jsonContext, java.lang.Boolean value)
TypeJsonSerializertrue if content was written.
Returns false if content for some reason was not written.serialize in interface TypeJsonSerializer<java.lang.Boolean>Copyright © 2003-present Jodd Team