Class ObjectJsonSerializer
- All Implemented Interfaces:
TypeJsonSerializer<Object>
Main serializer for objects. It is also the last serializer, used when
no other serializer is found.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidserializeValue(JsonContext jsonContext, Object value) Performs the serialization of the value.Methods inherited from class ValueJsonSerializer
serialize
-
Constructor Details
-
ObjectJsonSerializer
public ObjectJsonSerializer()
-
-
Method Details
-
serializeValue
Description copied from class:ValueJsonSerializerPerforms the serialization of the value.- Specified by:
serializeValuein classValueJsonSerializer<Object>
-