Annotation Type YAPIONSave


  • @Retention(RUNTIME)
    @Target({FIELD,TYPE})
    public @interface YAPIONSave
    This 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 the YAPIONSerializer should be for this annotation to take effect.
    • Optional Element Summary

      Optional Elements 
      Modifier and Type Optional Element Description
      java.lang.String[] context  
    • Element Detail

      • context

        java.lang.String[] context
        Default:
        {}