public class SerializationUtils extends Object
Constructor and Description |
---|
SerializationUtils() |
Modifier and Type | Method and Description |
---|---|
static <X> X |
deserializeObject(byte[] bytes) |
static byte[] |
serializeObject(Object o) |
public static byte[] serializeObject(Object o) throws IOException
IOException
public static <X> X deserializeObject(byte[] bytes) throws IOException, ClassNotFoundException
IOException
ClassNotFoundException
Copyright © 2014–2019 The Apache Software Foundation. All rights reserved.