public class IterableJsonSerializer extends ValueJsonSerializer<java.lang.Iterable>
| Constructor and Description |
|---|
IterableJsonSerializer() |
| Modifier and Type | Method and Description |
|---|---|
void |
serializeValue(JsonContext jsonContext,
java.lang.Iterable iterable)
Performs the serialization of the value.
|
serializepublic void serializeValue(JsonContext jsonContext, java.lang.Iterable iterable)
ValueJsonSerializerserializeValue in class ValueJsonSerializer<java.lang.Iterable>Copyright © 2003-present Jodd Team