Discussion Board
There are no previous messagesGo to the following message
Current Forum: Homework 5 - Part 3
Date: Sun Nov 18 2001 9:40 pm
Author: Patnaik, Rohit <rpatnaik@andrew.cmu.edu>
Subject: SAVING AND RESTORING the TRIE

I'm trying to use ObjectInputStream and ObjectOutputStream for reading and writing.

I used a trie to save the information.

How do I save this information to file. The command ObjectOutputStream.writeObject(Object oneTrie) only works for default Java objects. It doesn't work for the Trie I made. Does anyone know how to overcome this problem?
Post response

There are no previous messagesGo to the following message
Current Thread Detail:
SAVING AND RESTORING the TRIE      Patnaik, Rohit      Sun Nov 18 2001 9:40 pm       
Re: SAVING AND RESTORING the TRIE      Lee, Charles C.      Sun Nov 18 2001 10:09 pm       
Re: SAVING AND RESTORING the TRIE      Chun, Clifford C.      Sun Nov 18 2001 11:00 pm       
Re: SAVING AND RESTORING the ...      Lee, Charles C.      Mon Nov 19 2001 2:23 am       
Re: SAVING AND RESTORING the TRIE      Scherer, Sebastian      Mon Nov 19 2001 9:19 pm       

Back to previous screen