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
A possible object cycle was detected. This can either be due to a cycle or if the object depth is larger than the maximum allowed depth of 64. Consider using ReferenceHandler.Preserve on JsonSerializerOptions to support cycles. Path: $.ModifiedFields.Old.Languages.Parent.Parent.Parent.Parent.Parent.Parent.etc
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
Cannot serialize objects with cyclic references.
Describe the solution you'd like
An option to add/set IgnoreCycles.
Describe alternatives you've considered
Serialize it myself, but then it will not respect the elasticSearch default naming conventions etc.
Additional context
https://discuss.elastic.co/t/elastic-clients-elasticsearch-8-x-custom-serialization/324435
A possible object cycle was detected. This can either be due to a cycle or if the object depth is larger than the maximum allowed depth of 64. Consider using ReferenceHandler.Preserve on JsonSerializerOptions to support cycles. Path: $.ModifiedFields.Old.Languages.Parent.Parent.Parent.Parent.Parent.Parent.etc
The text was updated successfully, but these errors were encountered: