In short, I\'d like to learn/develop an elegant method to save a binary tree to disk (a general tree, not necessarily a BST). Here is the description of my problem:
I\'
In java if you were to make a class serializeable you can just write the class object to disc and read it back using input/output streams.