简体   繁体   中英

What is the replacement class for SerializerBase in FasterXML Jackson 2?

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

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

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM