From 32b937014b0923eaef1b593fb1caf14cd946ca24 Mon Sep 17 00:00:00 2001 From: Changhoon Yoon Date: Fri, 15 May 2015 04:41:15 +0900 Subject: [PATCH] ONOS-1922 KryoExceptions at org.onosproject.core.ApplicationRole Change-Id: I2465784b33a25af98fbf8a9acf098c469a7115f0 --- .../java/org/onosproject/store/serializers/KryoNamespaces.java | 2 ++ 1 file changed, 2 insertions(+) diff --git a/core/store/serializers/src/main/java/org/onosproject/store/serializers/KryoNamespaces.java b/core/store/serializers/src/main/java/org/onosproject/store/serializers/KryoNamespaces.java index 01b66bdc4f..fd2b4d6c57 100644 --- a/core/store/serializers/src/main/java/org/onosproject/store/serializers/KryoNamespaces.java +++ b/core/store/serializers/src/main/java/org/onosproject/store/serializers/KryoNamespaces.java @@ -38,6 +38,7 @@ import org.onosproject.cluster.Leadership; import org.onosproject.cluster.LeadershipEvent; import org.onosproject.cluster.NodeId; import org.onosproject.cluster.RoleInfo; +import org.onosproject.core.ApplicationRole; import org.onosproject.core.DefaultApplication; import org.onosproject.core.DefaultApplicationId; import org.onosproject.core.DefaultGroupId; @@ -249,6 +250,7 @@ public final class KryoNamespaces { Version.class, ControllerNode.State.class, ApplicationState.class, + ApplicationRole.class, DefaultApplication.class, Device.Type.class, Port.Type.class,