Data Dumper for Java

Posted by cgp

I was looking for something which would do a data dump (sometimes there is a need to look at the data in an environment outside of the debugger!)

Data Dumper thread I found
which references how reflection is done in java. Gosh I hope it isn't horribly arcane.
Reflection in Java