@Documented @Retention(value=RUNTIME) @Target(value=FIELD) public @interface Serialized
| Modifier and Type | Optional Element and Description |
|---|---|
boolean |
disableCompression
When true, compression is disabled on the resulting byte[]
|
String |
value
Sets the field name to use in the document.
|
public abstract boolean disableCompression
public abstract String value