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.
CDAResource
1 parent 2f6c60f commit 3c817c9Copy full SHA for 3c817c9
src/main/java/com/contentful/java/cda/CDAResource.java
@@ -1,11 +1,12 @@
1
package com.contentful.java.cda;
2
3
import com.google.gson.annotations.SerializedName;
4
+import java.io.Serializable;
5
import java.util.Map;
6
7
import static com.contentful.java.cda.Constants.LOCALE;
8
-public abstract class CDAResource {
9
+public abstract class CDAResource implements Serializable {
10
@SerializedName("sys")
11
Map<String, Object> attrs;
12
0 commit comments