Solution:
Implement the serializable interface for the class, whose objects you are going to write to a file (or) stream.
(Ex:)
importĀ java.io.Serializable;
public class <className> implements Serializable
Jan 20th, 2009 by L J Arthur Neil
Solution:
Implement the serializable interface for the class, whose objects you are going to write to a file (or) stream.
(Ex:)
importĀ java.io.Serializable;