public class Serializes extends Object
Serializes()
static Object
deserialize(byte[] bytes)
static byte[]
serialize(Object object)
static com.google.common.base.Optional<Object>
tryDeserialize(byte[] bytes)
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public Serializes()
public static byte[] serialize(Object object)
public static Object deserialize(byte[] bytes)
public static com.google.common.base.Optional<Object> tryDeserialize(byte[] bytes)
Copyright © 2018. All rights reserved.