Utility class to dump the entire object graph of a given object to string using reflection.
This version contains a powerful iterative algorithm that can traverse extremely long object graphs, bounded by memory and not runtime stack frames.
Utility class to dump the entire object graph of a given object to string using reflection.
JavaApache-2.0