public class KryoUtils extends Object
| Constructor and Description |
|---|
KryoUtils() |
| Modifier and Type | Method and Description |
|---|---|
static com.esotericsoftware.kryo.Kryo |
get() |
static void |
register(Class<?> clazz) |
static void |
release(com.esotericsoftware.kryo.Kryo kryo) |
static void |
setRegistrationRequired(boolean registrationRequired) |
public static com.esotericsoftware.kryo.Kryo get()
public static void release(com.esotericsoftware.kryo.Kryo kryo)
public static void register(Class<?> clazz)
public static void setRegistrationRequired(boolean registrationRequired)
Copyright © 2011–2018 The Apache Software Foundation. All rights reserved.