[LIB-5] Collection empty objects,reporting and serializable
[snooker-score-api.git] / src / main / java / org / hedgecode / snooker / json / JsonIdEntity.java
index 6b6c213..25207b4 100644 (file)
@@ -16,6 +16,8 @@
 
 package org.hedgecode.snooker.json;
 
+import java.io.Serializable;
+
 import org.hedgecode.snooker.api.IdEntity;
 
 /**
@@ -23,7 +25,7 @@ import org.hedgecode.snooker.api.IdEntity;
  *
  * @author Dmitry Samoshin aka gotty
  */
-public abstract class JsonIdEntity implements IdEntity, JsonSerializable {
+public abstract class JsonIdEntity implements IdEntity, Serializable {
 
     @Override
     public boolean equals(Object obj) {