public class SerializationUtil extends Object
| Modifier and Type | Method and Description |
|---|---|
static Object |
deserialize(byte[] binaryInput) |
static Object |
deserialize(InputStream binaryInput) |
static String |
encodeBase64(byte[] bytes) |
static byte[] |
serialize(Object obj) |
@Nullable public static Object deserialize(@Nullable InputStream binaryInput)
Copyright © 2018 Atlassian. All rights reserved.