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 a235a33 commit 73998b4Copy full SHA for 73998b4
src/main/java/de/rub/nds/asn1/oid/ObjectIdentifier.java
@@ -16,6 +16,7 @@
16
import jakarta.xml.bind.annotation.adapters.XmlJavaTypeAdapter;
17
import java.io.ByteArrayOutputStream;
18
import java.io.IOException;
19
+import java.io.Serializable;
20
import java.util.Arrays;
21
import java.util.LinkedList;
22
import java.util.List;
@@ -24,7 +25,7 @@
24
25
26
@XmlRootElement
27
@XmlAccessorType(XmlAccessType.FIELD)
-public class ObjectIdentifier {
28
+public class ObjectIdentifier implements Serializable {
29
30
@SuppressWarnings("unused")
31
private static final Logger LOGGER = LogManager.getLogger();
0 commit comments