Class DistributedStoreSerializers
- java.lang.Object
-
- org.onosproject.store.serializers.custom.DistributedStoreSerializers
-
public final class DistributedStoreSerializers extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static KryoNamespace
STORE_COMMON
KryoNamespace which can serialize ONF misc classes.static int
STORE_CUSTOM_BEGIN
-
-
-
Field Detail
-
STORE_CUSTOM_BEGIN
public static final int STORE_CUSTOM_BEGIN
- See Also:
- Constant Field Values
-
STORE_COMMON
public static final KryoNamespace STORE_COMMON
KryoNamespace which can serialize ONF misc classes.
-
-