public class RemoteExecutionEnabled extends Object implements CustomFieldSerialization<Boolean>
CustomFieldSerialization
that will disable remote execution for the referencing rule if
the field holds a false value.Constructor and Description |
---|
RemoteExecutionEnabled() |
Modifier and Type | Method and Description |
---|---|
<E extends Exception> |
deserialize(ValueCreator<E> deserializer) |
<E extends Exception> |
serialize(Boolean value,
ValueVisitor<E> serializer) |
public <E extends Exception> void serialize(Boolean value, ValueVisitor<E> serializer) throws E extends Exception
serialize
in interface CustomFieldSerialization<Boolean>
E extends Exception
public <E extends Exception> Boolean deserialize(ValueCreator<E> deserializer) throws E extends Exception
deserialize
in interface CustomFieldSerialization<Boolean>
E extends Exception