I'm using ObjectMapper.writerWithType on an ObjectMapper that has SerializationFeature.WRAP_ROOT_VALUE enabled to override the rootType when writing a value as a string. Specifically I'm doing this to ensure that proxied types have their parent class name written instead of the proxy class name.
This worked fine with 2.1.1. Did something change?
I'm using
ObjectMapper.writerWithTypeon an ObjectMapper that hasSerializationFeature.WRAP_ROOT_VALUEenabled to override the rootType when writing a value as a string. Specifically I'm doing this to ensure that proxied types have their parent class name written instead of the proxy class name.This worked fine with 2.1.1. Did something change?