Serialize a binary tree

How do you serialzize a binary tree to a file and the deserliaze it..

Basically I need a way to write a binary tree to a file on disk and then later read the contents of the file and create a binary tree out of it

Serialize a binary tree

alwayzz goooooooooogle :)

http://www.cs.usfca.edu/~galles/cs245/lecture/lecture9.pdf#search=%22ser...

This link will help u.........