FasterXML Jackson 2中SerializerBase的替换类是什么?

时间:2022-04-09 18:05:18

I am upgrading to Jackson 2. I have many custom serializers extending SerializerBase (org.codehaus.jackson.map.ser.std.SerializerBase). What's the new equivalent class in Jackson 2

我正在升级到Jackson 2.我有许多自定义序列化程序扩展SerializerBase(org.codehaus.jackson.map.ser.std.SerializerBase)。什么是杰克逊2的新同等课程

1 个解决方案

#1


5  

Looks like StdSerializer is the new replacement (com.fasterxml.jackson.databind.ser.std.StdSerializer)

看起来StdSerializer是新的替代品(com.fasterxml.jackson.databind.ser.std.StdSerializer)

#1


5  

Looks like StdSerializer is the new replacement (com.fasterxml.jackson.databind.ser.std.StdSerializer)

看起来StdSerializer是新的替代品(com.fasterxml.jackson.databind.ser.std.StdSerializer)