Class ThreeTenNullKeySerializer
- java.lang.Object
-
- com.fasterxml.jackson.databind.JsonSerializer<Object>
-
- com.fasterxml.jackson.datatype.threetenbp.ser.key.ThreeTenNullKeySerializer
-
- All Implemented Interfaces:
com.fasterxml.jackson.databind.jsonFormatVisitors.JsonFormatVisitable
@Deprecated public class ThreeTenNullKeySerializer extends com.fasterxml.jackson.databind.JsonSerializer<Object>
Deprecated.This class is to be used in casenullkeys are needed to be serialized in aMapwith ThreeTen temporal keys. By default thenullkey is not supported by jackson, the serializer needs to be registered manually.- Since:
- 2.6
- Author:
- Zoltan Kiss
-
-
Constructor Summary
Constructors Constructor Description ThreeTenNullKeySerializer()Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description voidserialize(Object value, com.fasterxml.jackson.core.JsonGenerator gen, com.fasterxml.jackson.databind.SerializerProvider serializers)Deprecated.
-
-
-
Field Detail
-
NULL_KEY
public static final String NULL_KEY
Deprecated.- See Also:
- Constant Field Values
-
-
Method Detail
-
serialize
public void serialize(Object value, com.fasterxml.jackson.core.JsonGenerator gen, com.fasterxml.jackson.databind.SerializerProvider serializers) throws IOException
Deprecated.- Specified by:
serializein classcom.fasterxml.jackson.databind.JsonSerializer<Object>- Throws:
IOException
-
-