File APIs for Java Developers
Manipulate DOC, XLS, PPT, PDF and many others from your application.
http://aspose.com/file-tools
The moose likes Beginning Java and the fly likes Wanted: Recommendations for Data Dumper Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » Beginning Java
Reply Bookmark "Wanted: Recommendations for Data Dumper" Watch "Wanted: Recommendations for Data Dumper" New topic
Author

Wanted: Recommendations for Data Dumper

Siegfried Heintze
Ranch Hand

Joined: Aug 11, 2000
Posts: 359
I did a google search for function that would use reflection to dump all the data members of all the constituents and ancestor members of an object. I found one but it did not work very well.

Perl has a great data dumper that will dump arbitrary data structures to a stream. Is there a good one for java objects? Perhaps someone can recommend one?

Thanks,
Siegfried
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: Wanted: Recommendations for Data Dumper
 
Similar Threads
Recursively dumping the contents of a collection or an array to standard output in Java.
Trying to iterate an ArrayList of Beans
Need a good Thread Dump Analyzer
JNDI Lookup Error in Websphere
CSV+truncate leading zero solution