Annotation Type EnableSecureSerialization
-
@Experimental("Remains to be determined if this is the best possible API for users to configure security of serialized fields") @Retention(RUNTIME) @Target({METHOD,TYPE}) public @interface EnableSecureSerializationIf placed on a method, then allSecureFieldannotations of the response type will be taken into account, even if the class is annotated withDisableSecureSerialization.