Package jodd.json.impl
Class EmptyJsonSerializer
java.lang.Object
jodd.json.impl.ValueJsonSerializer
jodd.json.impl.EmptyJsonSerializer
- All Implemented Interfaces:
TypeJsonSerializer
Not a serializer - simply ignores the value and outputs nothing.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidserializeValue(JsonContext jsonContext, Object value) Performs the serialization of the value.Methods inherited from class jodd.json.impl.ValueJsonSerializer
serialize
-
Constructor Details
-
EmptyJsonSerializer
public EmptyJsonSerializer()
-
-
Method Details
-
serializeValue
Description copied from class:ValueJsonSerializerPerforms the serialization of the value.- Specified by:
serializeValuein classValueJsonSerializer
-