|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |
@Retention(value=RUNTIME) @Target(value=TYPE) @Inherited @Documented public @interface SerializeWith
Indicate that this class should be serialized with an instance of the given externalizer class.
Required Element Summary | |
---|---|
Class<? extends Externalizer> |
value
Specify the externalizer class to be used by the annotated class. |
Element Detail |
---|
public abstract Class<? extends Externalizer> value
|
--> | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |