Package yapion.annotations.serialize
Annotation Type YAPIONSave
-
@Retention(RUNTIME) @Target({FIELD,TYPE}) @Repeatable(YAPIONSaves.class) public @interface YAPIONSaveThis annotation describes a Field or Type to be saved in the process of serialization. Saving means that the Field or Type annotated by this annotation will 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 theYAPIONSerializershould be for this annotation to take effect.
-
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description java.lang.String[]context
-