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
hi, i have written a custom module and i am passing back a tree of objects via my controller
on deserialization in the client service i am getting duplicate entities
i.e. the intensity is being created as two separate instances
when it is in fact the same thing
so i had an initial play with setting ReferenceHandler = ReferenceHandler.Preserve on the json serialization, but it killed oqtane
is this something that can be enabled without extensive changes or is it architecturally a no-no ?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
hi, i have written a custom module and i am passing back a tree of objects via my controller
on deserialization in the client service i am getting duplicate entities
i.e. the intensity is being created as two separate instances
when it is in fact the same thing
so i had an initial play with setting ReferenceHandler = ReferenceHandler.Preserve on the json serialization, but it killed oqtane
is this something that can be enabled without extensive changes or is it architecturally a no-no ?
Beta Was this translation helpful? Give feedback.
All reactions