Building Mobile Enterprise Applications : Using webMethods Mobile Designer : Coding a Mobile Application : Mobile Designer-Provided Run-Time Classes : Run-Time Serializer Class
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.
Copyright © 2007-2017 Software AG, Darmstadt, Germany.

Product LogoContact Support   |   Community   |   Feedback