Package jodd.json.impl
Class EmptyJsonSerializer
- java.lang.Object
-
- jodd.json.impl.ValueJsonSerializer
-
- jodd.json.impl.EmptyJsonSerializer
-
- All Implemented Interfaces:
TypeJsonSerializer
public class EmptyJsonSerializer extends ValueJsonSerializer
Not a serializer - simply ignores the value and outputs nothing.
-
-
Constructor Summary
Constructors Constructor Description EmptyJsonSerializer()
-
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
-
-