Package yapion.annotations.deserialize
Annotation Type YAPIONLoad
-
@Retention(RUNTIME) @Target({FIELD,TYPE}) public @interface YAPIONLoad
This annotation describes a Field or Type to be loaded in the process of deserialization. Loading means that the Field or Type annotated by this annotation will 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
-