Package jodd.json.impl
Class MapJsonSerializer
- All Implemented Interfaces:
TypeJsonSerializer<Map<?,?>>
Map serializer.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidserializeValue(JsonContext jsonContext, Map<?, ?> map) Performs the serialization of the value.Methods inherited from class jodd.json.impl.KeyValueJsonSerializer
serializeKeyValueMethods inherited from class jodd.json.impl.ValueJsonSerializer
serialize
-
Constructor Details
-
MapJsonSerializer
public MapJsonSerializer()
-
-
Method Details
-
serializeValue
Description copied from class:ValueJsonSerializerPerforms the serialization of the value.- Specified by:
serializeValuein classValueJsonSerializer<Map<?,?>>
-