java.lang.Object
tools.jackson.databind.ser.jdk.JDKCoreSerializers
Set of serializers for JDK core types.
- Since:
- 3.0
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected static final HashMap<String,ValueSerializer<?>> Since these are all JDK classes, we shouldn't have to worry about ClassLoader used to load them. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic final ValueSerializer<?>Method called byBasicSerializerFactoryto find one of serializers provided here.
-
Field Details
-
_concrete
Since these are all JDK classes, we shouldn't have to worry about ClassLoader used to load them. Rather, we can just use the class name, and keep things simple and efficient.
-
-
Constructor Details
-
JDKCoreSerializers
public JDKCoreSerializers()
-
-
Method Details
-
find
Method called byBasicSerializerFactoryto find one of serializers provided here.
-