Run-Time Serializer Class
com.softwareag.mobile.runtime.serialize.Serializer
The Serializer class provides the ability to serialize a Java Class into a binary stream and to deserialize a binary stream back to a given Java class.
To enable a class to be serialized, you must ensure it implements the com.softwareag.mobile.runtime.serialize.Serialzable interface (not the J2SE java.io.Serializable interface). A class that implements the Serializable Interface can then be passed to the Serializer class for serialization and deserialization.
Mobile Designer sets the values for the
Serializer class for each device. You can override the value
Mobile Designer sets by setting the
mobiledesigner.runtime.core.class.serialize project property to
cldc11.