Are there any plans to support `@JsonUnwrapped` wi...
# jackson-kotlin
d
Are there any plans to support
@JsonUnwrapped
with data class constructor parameters? Currently it works for serializing to but not deserializing (Invalid definition for property "data" (of type xxxx;): Could not find creator property with name 'data' (known Creator properties: [id, @JsonUnwrapped])).