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 KeyValueJsonSerializer
serializeKeyValueMethods inherited from class 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<?,?>>
-