Tutorial example "serialize" is broken
Status: Beta
Brought to you by:
tatsubori
1. The meta class SerializableClass.oj does not
generate type casts when unmarshaling instance
variables of Object type.
2. The Marshalable interface is not added to the
generated classes. This prevents passing objects of the
generated classes to the marshaling methods of ObjectOut.
3. No default public constructor is generated. This
prevents the instantiation of the generated classses
during unmarshaling, if they declare other non-default
constructors.
4. Possible superfluous/dangerous line in the BINDing
examples.serialize.SerializableClass examples.serialize.*
5. Who needs the MIDlet extension installed for testing
this example?
Fixes the "serialize" example
Logged In: YES
user_id=29238
Why is my patch file missing...