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.
|
serialize
public void serializeValue(JsonContext jsonContext, java.lang.Iterable iterable)
ValueJsonSerializer
serializeValue
in class ValueJsonSerializer<java.lang.Iterable>
Copyright © 2003-present Jodd Team