A serialization policy compatible with GWT 1.3.3 RPC. This is used when no
serialization policy file is present.
The set of allowed types are:
- Primitives
- Types assignable to
IsSerializable
- Types with custom field serializers
- Arrays of the above types
Types that derive from
Serializable but do not meet any of the above
criteria may not be serialized as leaf types. However, their fields may be
serialized as super types of a legal type.
|