Top "Circular-reference" questions

A circular reference is a series of references where the last object references the first, resulting in a closed loop.

JavaScriptSerializer circular reference when using ScriptIgnore

I have my Entity Framework Entities split out into a separate class library from my web project and data access …

asp.net-mvc entity-framework circular-reference javascriptserializer
Is It possible to perform serialization with circular references?

So, my entity class (written in C#) follows a parent child model where every child object must have a Parent …

c# serialization circular-reference
Passing an object with circular references from server to client-side Javascript while retaining circularity

I'm trying to pass an object with circular references from node.js server to client-side javascript. Server (node.js): var …

javascript node.js express pug circular-reference
What lifetimes do I use to create Rust structs that reference each other cyclically?

I'd like to have struct members that know their parent. This is approximately what I'm trying to do: struct Parent&…

struct reference circular-reference rust
How to save an object with circular references?

I want to save locally an object which has circular references. What are my options? My first thought was using …

javascript json serialization storage circular-reference