Class IterableJsonSerializer
- All Implemented Interfaces:
TypeJsonSerializer<Iterable>
Iterable serializer.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidserializeValue(JsonContext jsonContext, Iterable iterable) Performs the serialization of the value.Methods inherited from class ValueJsonSerializer
serialize
-
Constructor Details
-
IterableJsonSerializer
public IterableJsonSerializer()
-
-
Method Details
-
serializeValue
Description copied from class:ValueJsonSerializerPerforms the serialization of the value.- Specified by:
serializeValuein classValueJsonSerializer<Iterable>
-