public final class Serializer extends Object
Modifier and Type | Method and Description |
---|---|
static Object |
fromByteArray(byte[] bytes) |
static byte[] |
toByteArray(Object obj) |
public static byte[] toByteArray(Object obj) throws IOException
IOException
public static Object fromByteArray(byte[] bytes) throws IOException, ClassNotFoundException
IOException
ClassNotFoundException
Copyright © 2012–2019 JBoss by Red Hat. All rights reserved.