Hi I got a NotSerializable exception when writing the generated JaxB classes to an object output stream. I got a run time exception as...
java.io.NotSerializableException: ubc.jem.config.impl.JemImpl
at java.io.ObjectOutputStream.outputObject(ObjectOutputStream.java:1148)
at java.io.ObjectOutputStream.writeObject(ObjectOutputStream.java:366)
Is it possible that I can customize the implementing classes to implement java.io.Serializable so they can passed remotely?
Thanks.