Class instance clustering in object reference graph for multi-entries serialization
- by Juh_
My question is on the best way to cluster a graph of class instances (i.e. objects, the graph nodes) linked by object references (the -directed- edges of the graph) around specifically marked objects. To explain better my question, let me explain my motivation:
I currently use a moderately complex system to serialize the data used in my projects: …