Annotation Type WizSerializable


@Inherited
@Target(TYPE)
@Retention(RUNTIME)
@Documented
public @interface WizSerializable
Identifies a class as serializable by the Spiderwiz framework.

Use this annotation to mark a class (outer, inner or nested) as serializable by the framework. A serializable class should contain at least one field that is annotated as WizField.

Note that Data Objects (classes extending DataObject) and classes annotated by XmlType annotation are implicitly serializable and therefore do not require the explicit WizSerializable annotation.