Package yapion.annotations.serialize
Annotation Type YAPIONSaveExclude
-
@Retention(RUNTIME) @Target({FIELD,TYPE}) @Repeatable(YAPIONSaveExcludes.class) public @interface YAPIONSaveExclude
This annotation describes a Field or Type to be excluded in the process of serialization. Excluding means that the Field or Type annotated by this annotation will not be written into the YAPION object. If this annotation annotates a Type it is considered as a class description.
The context describes the state in which theYAPIONSerializer
should be for this annotation to take effect.
-
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description java.lang.String[]
context
-