Package dev.morphia.annotations
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 eventMarker 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.
-