Different @Expose rules for transforming to class or plain objects #253
Labels
status: superset by another
Issue or task being tracked/handled in a different issue.
type: feature
Issues related to new features.
I want to allow only some groups to be able to set a property's value and different groups to see that property's value. When I use two
@Expose()
calls on the same property, first@Expose()
call gets ignored.Here is an example:
The text was updated successfully, but these errors were encountered: