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