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
Asked
Active
Viewed 1,580 times
8

Mridang Agarwalla
- 43,201
- 71
- 221
- 382

mohamed.ibrahim
- 413
- 3
- 8
1 Answers
11
Looks like StdSerializer is the new replacement (com.fasterxml.jackson.databind.ser.std.StdSerializer
)

mohamed.ibrahim
- 413
- 3
- 8