![]() |
Sponsored Link •
|
Advertisement
|
Advertisement
|
This page contains an archived post to the Java Answers Forum made prior to February 25, 2002. If you wish to participate in discussions, please visit the new Artima Forums.
Message:
Hi! I've wrote a class that implements Serializable interface and I have a problem with that. I can write these serialized objects to a file with ObjectOutputStream, The code I write to a file with /it works properly/: private void kiir( TreeObject to ) oout.writeObject( to );
public void list() TreeObject to ; while ( ( to = (TreeObject) oin.readObject() ) != null ) What can I do? There is something I don't know? Thanks All! B.I.
Replies: |
Sponsored Links
|