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.

[400 byte] By [lppiera] at [2007-10-2 7:54:21]
# 1
There is no serialization in j2me. So trip it out or implement it yourself.
deepspacea at 2007-7-16 21:43:25 > top of Java-index,Java Mobility Forums,Java ME Technologies...
# 2
Yes I did that, thanks for the reply.Pier.
lppiera at 2007-7-16 21:43:25 > top of Java-index,Java Mobility Forums,Java ME Technologies...