| Author |
how to serialize?
|
Vidya Ramachandran
Greenhorn
Joined: Nov 04, 2005
Posts: 24
|
|
|
how to serialize a binary tree and a BST and then rebuild the tree?
|
 |
Anupam Sinha
Ranch Hand
Joined: Apr 13, 2003
Posts: 1088
|
|
|
Make a class (that provides the Binary Tree functionality) and implement the Serializable interface or Externalizable interface. Use their methods to flatten the Object.
|
 |
 |
|
|
subject: how to serialize?
|
|
|