Uses of Class
tools.jackson.databind.ser.BeanSerializerFactory
Packages that use BeanSerializerFactory
Package
Description
Contains implementation classes of serialization part of
data binding.
-
Uses of BeanSerializerFactory in tools.jackson.databind.ser
Fields in tools.jackson.databind.ser declared as BeanSerializerFactoryModifier and TypeFieldDescriptionstatic final BeanSerializerFactoryBeanSerializerFactory.instanceLikeBasicSerializerFactory, this factory is stateless, and thus a single shared global (== singleton) instance can be used without thread-safety issues.