aspose file tools
The moose likes Java in General and the fly likes how to serialize? 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 » Java in General
Reply Bookmark "how to serialize?" Watch "how to serialize?" New topic
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.
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: how to serialize?
 
Similar Threads
Working with RDF
can we serialize images
Serialize every new entry in a HashMap
Serailzable Problem....
small mistake in ExamLab