We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e908817 commit bc5d9dfCopy full SHA for bc5d9df
src/main/java/de/rub/nds/modifiablevariable/ModifiableVariable.java
@@ -41,6 +41,7 @@
41
import de.rub.nds.modifiablevariable.singlebyte.ByteXorModification;
42
import de.rub.nds.modifiablevariable.string.StringExplicitValueModification;
43
import de.rub.nds.modifiablevariable.util.UnformattedByteArrayAdapter;
44
+import java.beans.Transient;
45
import java.io.Serializable;
46
import java.util.Objects;
47
import javax.xml.bind.annotation.XmlAccessType;
@@ -64,6 +65,7 @@
64
65
@XmlAccessorType(XmlAccessType.FIELD)
66
public abstract class ModifiableVariable<E> implements Serializable {
67
68
+ @XmlTransient
69
protected Boolean autoformat = null;
70
71
@XmlElements(value = { @XmlElement(type = BigIntegerXorModification.class, name = "BigIntegerXorModification"),
0 commit comments