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