Madan Jampani

Kryo: set next registration id for local types registered in ECMapImpl

Change-Id: I9483f3b302224f3eb9dbd4e6dfb98a54143e3243
......@@ -244,6 +244,7 @@ public class EventuallyConsistentMapImpl<K, V>
// Add the map's internal helper classes to the user-supplied serializer
serializerPool = builder
.register(KryoNamespaces.BASIC)
.nextId(KryoNamespaces.BEGIN_USER_CUSTOM_ID)
.register(LogicalTimestamp.class)
.register(WallClockTimestamp.class)
.register(AntiEntropyAdvertisement.class)
......