public class ArraysJsonSerializer<K> extends ValueJsonSerializer<java.lang.Object>
| Constructor and Description |
|---|
ArraysJsonSerializer() |
| Modifier and Type | Method and Description |
|---|---|
protected K |
get(K[] array,
int index)
Returns array's element at given index.
|
protected int |
getLength(K[] array)
Returns array's length.
|
void |
serializeValue(JsonContext jsonContext,
java.lang.Object array)
Performs the serialization of the value.
|
serializeprotected int getLength(K[] array)
public void serializeValue(JsonContext jsonContext, java.lang.Object array)
ValueJsonSerializerserializeValue in class ValueJsonSerializer<java.lang.Object>Copyright © 2003-present Jodd Team