Skip to content

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

License

Notifications You must be signed in to change notification settings

bryanwagner/string-dump

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

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.

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages