Replies: 2 comments 3 replies
|
I think there's something I'm missing because this request doesn't seem to have the audience I expected, so I don't understand how others handle enumerable properties. All my I don't see any other way this could be managed. |
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
First off, I just want to say that this is an awesome library. Really great work on this!
I have a situation where I have a Customer object that has an Address. I would like to map onto an existing customer and for the customer specific properties everything is working great, but the auto generated code always creates a new address object, and doesn't map onto the existing one. Is there anything I can do to ensure the existing address object is mapped onto rather than creating a new one?
All reactions