public class KryoUtils extends Object
Constructor and Description |
---|
KryoUtils() |
Modifier and Type | Method and Description |
---|---|
static <V> V |
deepCopy(V obj) |
static <V> V |
deserialize(byte[] objectData) |
static byte[] |
serialize(Object obj) |
public static byte[] serialize(Object obj)
public static <V> V deserialize(byte[] objectData)
public static <V> V deepCopy(V obj)
Copyright © 2020. All rights reserved.