Christopher Lester

Results 1 issues of Christopher Lester

When I register a custom bean serializer modifier with a mapper (version 2.9.6), like so: ``` final SimpleModule module = new SimpleModule(); module.setSerializerModifier(new CustomSerializerModifier(serializationConfig)); xmlMapper.registerModule(module); ``` And also register the...