public class ProtostuffUtils extends Object
static <T> T
deserialize(byte[] data, Class<T> clazz)
static <T> byte[]
serialize(T obj)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public static <T> byte[] serialize(T obj)
public static <T> T deserialize(byte[] data, Class<T> clazz)
Copyright © 2021. All rights reserved.