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