Saving nested items with class hierarchies #2983
-
This is a similar issue to a very old discussion posted here on class hierarchies in Dynamo, but this one is explicitly about saving items. I am trying to use DynamoDB to save a model that mimics the following structure
If we instantiate a new instance of this model like so...
We end up with a list that contains both Class B & Class A types. However when this model is saved to Dynamo it only saves the Class A properties. Here's a screenshot showing what the object looks like when the Save call is made vs what it looks like within Dynamo |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
Since that issue is old (and like you mentioned, not exactly the same problem), could you open a new one? https://github.com/aws/aws-sdk-net/issues/new/choose We'll look into it. |
Beta Was this translation helpful? Give feedback.
-
Hello! Reopening this discussion to make it searchable. |
Beta Was this translation helpful? Give feedback.
Closing this discussion in favor of #2985.