/string-dump

Utility class to dump the entire object graph of a given object to string using reflection.

Primary LanguageJavaApache License 2.0Apache-2.0

string-dump

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.