@Target(value=TYPE) @Retention(value=RUNTIME) public @interface SymmetricEncryptionAttribute
Instructs instances serialization to encrypt / decrypt object serialization string.
int
algorithmType
String
key
salt
public abstract int algorithmType
public abstract String key
public abstract String salt