added a default empty contructor to keep the json serializer happy

Change-Id: I81ca0d8388baa9f53ea2eee3432ab6a83fb8a11f
diff --git a/core/store/dist/src/main/java/org/onosproject/store/cluster/impl/NodeInfo.java b/core/store/dist/src/main/java/org/onosproject/store/cluster/impl/NodeInfo.java
index 46b53c8..d436ca7 100644
--- a/core/store/dist/src/main/java/org/onosproject/store/cluster/impl/NodeInfo.java
+++ b/core/store/dist/src/main/java/org/onosproject/store/cluster/impl/NodeInfo.java
@@ -35,6 +35,15 @@
         this.tcpPort = port;
     }
 
+    /*
+     * Needed for serialization.
+     */
+    private NodeInfo() {
+        id = null;
+        ip = null;
+        tcpPort = 0;
+    }
+
     /**
      * Creates a new instance.
      * @param id node id