You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a complex object graph that has an "event" object that is referenced by a bunch of nested "condition" objects. When I'm retrieving the dictionary of values from HRCoder, I often see long key paths like this one:
I wouldn't mind that so much, but when I go to deserialize the output, it fails, telling me that the object requiredEvent is actually an HRCoderAliasPlaceholder instead of my object type.
Am I doing something incorrectly, or is HRCoder just not able to serialize deeply nested objects with relationships to one another?
The text was updated successfully, but these errors were encountered:
I have a complex object graph that has an "event" object that is referenced by a bunch of nested "condition" objects. When I'm retrieving the dictionary of values from HRCoder, I often see long key paths like this one:
I wouldn't mind that so much, but when I go to deserialize the output, it fails, telling me that the object
requiredEvent
is actually anHRCoderAliasPlaceholder
instead of my object type.Am I doing something incorrectly, or is HRCoder just not able to serialize deeply nested objects with relationships to one another?
The text was updated successfully, but these errors were encountered: