Package jodd.json.impl
Class ObjectJsonSerializer
- java.lang.Object
-
- jodd.json.impl.ValueJsonSerializer<java.lang.Object>
-
- jodd.json.impl.ObjectJsonSerializer
-
- All Implemented Interfaces:
TypeJsonSerializer<java.lang.Object>
public class ObjectJsonSerializer extends ValueJsonSerializer<java.lang.Object>
Main serializer for objects. It is also the last serializer, used when no other serializer is found.
-
-
Constructor Summary
Constructors Constructor Description ObjectJsonSerializer()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidserializeValue(JsonContext jsonContext, java.lang.Object value)Performs the serialization of the value.-
Methods inherited from class jodd.json.impl.ValueJsonSerializer
serialize
-
-
-
-
Method Detail
-
serializeValue
public void serializeValue(JsonContext jsonContext, java.lang.Object value)
Description copied from class:ValueJsonSerializerPerforms the serialization of the value.- Specified by:
serializeValuein classValueJsonSerializer<java.lang.Object>
-
-