Merge "Fixed a typo on a comment in IPv4.java."
[controller.git] / opendaylight / sal / api / src / main / java / org / opendaylight / controller / sal / reader / NodeTableStatistics.java
index 3ccf8f59297701c0848bade6a9ef0a404a6ce6a0..3b359cb812408d0112b07b5e653b6c3e567a9a5b 100644 (file)
@@ -7,6 +7,8 @@
  */
 package org.opendaylight.controller.sal.reader;
 
+import java.io.Serializable;
+
 import javax.xml.bind.annotation.XmlAccessType;
 import javax.xml.bind.annotation.XmlAccessorType;
 import javax.xml.bind.annotation.XmlElement;
@@ -17,12 +19,14 @@ import org.opendaylight.controller.sal.core.NodeTable;
 /**
  * @author Aditya Prakash Vaja <aditya.vaja@bigswitch.com>
  * Represents the Table statistics for the node
- * 
+ *
  */
 
 @XmlRootElement
 @XmlAccessorType(XmlAccessType.NONE)
-public class NodeTableStatistics {
+public class NodeTableStatistics implements Serializable {
+    private static final long serialVersionUID = 1L;
+
     @XmlElement
     private NodeTable nodeTable;
     @XmlElement