Sho SHIMIZU

Register DefaultResource/DefaultResourceAllocation to Kryo

Change-Id: I5065c414089d1ad5ab843e8ec59614dd1e91c6d5
......@@ -158,6 +158,8 @@ import org.onosproject.net.intent.constraint.LinkTypeConstraint;
import org.onosproject.net.intent.constraint.ObstacleConstraint;
import org.onosproject.net.intent.constraint.WaypointConstraint;
import org.onosproject.net.link.DefaultLinkDescription;
import org.onosproject.net.newresource.DefaultResource;
import org.onosproject.net.newresource.DefaultResourceAllocation;
import org.onosproject.net.packet.DefaultOutboundPacket;
import org.onosproject.net.packet.DefaultPacketRequest;
import org.onosproject.net.packet.PacketPriority;
......@@ -398,6 +400,8 @@ public final class KryoNamespaces {
DefaultLinkResourceAllocations.class,
BandwidthResourceAllocation.class,
LambdaResourceAllocation.class,
DefaultResource.class,
DefaultResourceAllocation.class,
// Constraints
LambdaConstraint.class,
BandwidthConstraint.class,
......