Package jodd.json.impl
Class IterableJsonSerializer
- java.lang.Object
-
- jodd.json.impl.ValueJsonSerializer<java.lang.Iterable>
-
- jodd.json.impl.IterableJsonSerializer
-
- All Implemented Interfaces:
TypeJsonSerializer<java.lang.Iterable>
public class IterableJsonSerializer extends ValueJsonSerializer<java.lang.Iterable>
Iterable serializer.
-
-
Constructor Summary
Constructors Constructor Description IterableJsonSerializer()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidserializeValue(JsonContext jsonContext, java.lang.Iterable iterable)Performs the serialization of the value.-
Methods inherited from class jodd.json.impl.ValueJsonSerializer
serialize
-
-
-
-
Method Detail
-
serializeValue
public void serializeValue(JsonContext jsonContext, java.lang.Iterable iterable)
Description copied from class:ValueJsonSerializerPerforms the serialization of the value.- Specified by:
serializeValuein classValueJsonSerializer<java.lang.Iterable>
-
-