Annotation Type Serialized


  • @Documented
    @Retention(RUNTIME)
    @Target(FIELD)
    @Deprecated
    public @interface Serialized
    Deprecated.
    if this feature is needed, do the serialization manually in a lifecycle event
    Marker for fields that should be (java) serialized
    Author:
    Scott Hernandez
    • Optional Element Summary

      Optional Elements 
      Modifier and Type Optional Element Description
      boolean disableCompression
      Deprecated.
       
      java.lang.String value
      Deprecated.
       
    • Element Detail

      • disableCompression

        boolean disableCompression
        Deprecated.
        Returns:
        When true, compression is disabled on the resulting byte[]
        Default:
        false
      • value

        java.lang.String value
        Deprecated.
        Returns:
        the field name to use in the document. Defaults to the java field name.
        Default:
        "."