public class SerializationUtil extends Object
Modifier and Type | Method and Description |
---|---|
static <T> T |
deserialize(byte[] bytez) |
static byte[] |
serialize(Object obj) |
public static byte[] serialize(Object obj)
public static <T> T deserialize(byte[] bytez)
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.