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