Uses of Class
tools.jackson.databind.ser.BasicSerializerFactory
Packages that use BasicSerializerFactory
Package
Description
Contains implementation classes of serialization part of
data binding.
-
Uses of BasicSerializerFactory in tools.jackson.databind.ser
Subclasses of BasicSerializerFactory in tools.jackson.databind.serModifier and TypeClassDescriptionclassFactory class that can provide serializers for any regular Java beans (as defined by "having at least one get method recognizable as bean accessor" -- whereObject.getClass()does not count); as well as for "standard" JDK types.