Uses of Class
tools.jackson.databind.ser.BeanSerializer
Packages that use BeanSerializer
Package
Description
Contains implementation classes of serialization part of
data binding.
-
Uses of BeanSerializer in tools.jackson.databind.ser
Methods in tools.jackson.databind.ser that return BeanSerializerModifier and TypeMethodDescriptionstatic BeanSerializer
BeanSerializer.createDummy
(JavaType forType, BeanSerializerBuilder builder) Method for constructing dummy bean serializer; one that never outputs any propertiesBeanSerializerBuilder.createDummy()
Factory method for constructing an "empty" serializer; one that outputs no properties (but handles JSON objects properly, including type information)