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

Factory Translations for Arrays #100

Open
geoffreywiseman opened this issue Mar 5, 2014 · 1 comment
Open

Factory Translations for Arrays #100

geoffreywiseman opened this issue Mar 5, 2014 · 1 comment

Comments

@geoffreywiseman
Copy link
Owner

If you're translating an array, you might want some control over the destination type -- you might, for instance, have parallel hierarchies in a server and client, and store values from various subclasses in an array, and need to translate items from one server-side subclass to a corresponding client-side subclass.

@geoffreywiseman geoffreywiseman added this to the v2.1 milestone Jul 20, 2018
@geoffreywiseman
Copy link
Owner Author

At the moment, there's very little control over the translation of arrays -- Arrays don't even currently have a special annotation -- they simply use @Property, which makes it much harder to add an annotation for factory translation of items, because that wouldn't make sense for a non-array property. I think, basically, that this belongs alongside #77, along with, say, orphan removal and matchers, both of which might make sense in an array.

@geoffreywiseman geoffreywiseman removed this from the v2.1 milestone Aug 1, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant