Package jodd.json.impl
Class JsonObjectSerializer
- All Implemented Interfaces:
TypeJsonSerializer<JsonObject>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidserializeValue(JsonContext jsonContext, JsonObject jsonObject) 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
-
JsonObjectSerializer
public JsonObjectSerializer()
-
-
Method Details
-
serializeValue
Description copied from class:ValueJsonSerializerPerforms the serialization of the value.- Specified by:
serializeValuein classValueJsonSerializer<JsonObject>
-