Annotation Interface Serialize


@Retention(RUNTIME) @Target(FIELD) public @interface Serialize
Defines a field as serializable.
Since:
1.0
Author:
sehrschlechtYT | https://github.com/sehrschlechtYT
  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
     
  • Element Details

    • key

      String key
      Returns:
      The key of the serialized field. If empty, the field name will be used.
      Default:
      ""