You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would make sense to filter out properties that are NOT included in the active view (if any), when traversing type hierarchy.
Since this would be non-backwards-compatible change (potentially, but not expected to be so for common cases), it'd make sense to add a SerializationFeature to control behavior. Assumption is, however, that previously users have NOT set a serialization view for traversal, as it has not had any effect formerly.
The text was updated successfully, but these errors were encountered:
cowtowncoder
changed the title
(2.7) Schema generation: consider active view, discard non-included properties
Schema generation: consider active view, discard non-included properties
Oct 8, 2015
(note: cleaved from FasterXML/jackson-dataformat-csv#93)
It would make sense to filter out properties that are NOT included in the active view (if any), when traversing type hierarchy.
Since this would be non-backwards-compatible change (potentially, but not expected to be so for common cases), it'd make sense to add a
SerializationFeature
to control behavior. Assumption is, however, that previously users have NOT set a serialization view for traversal, as it has not had any effect formerly.The text was updated successfully, but these errors were encountered: