java.io.serializable
Hi, is java.io.serializable found in the midp specification? I am programming in Eclipse ME and am finding that one of my referenced classes in the program indirectly makes use of java.io.serializable, and it refuses to compile.
Does this mean that I will have to make some changes to the source code of the referenced classes in order for the program to work?
Thanks.
Pier.

