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? |
|