Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for separate Read/Write properties for a field #40

Open
psiotwo opened this issue Oct 16, 2018 · 0 comments
Open

Support for separate Read/Write properties for a field #40

psiotwo opened this issue Oct 16, 2018 · 0 comments
Labels

Comments

@psiotwo
Copy link
Contributor

psiotwo commented Oct 16, 2018

Currently, each field is accessed using the same property for reading as well as writing.

The goal is to separate these tasks:

  • for each JOPA field allow specifying a multiple read properties and multiple write properties
  • when writing a field, one write property is chosen to serialize the value of the field (TODO - how to specify which property - using descriptors?),
  • when reading a field, each read property is chosen to read from

Use-case: Providing support for specifying a subproperty of a given property upon data authoring.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant