public class HelperMethods
extends java.lang.Object
| Constructor and Description |
|---|
HelperMethods() |
| Modifier and Type | Method and Description |
|---|---|
static byte[] |
decode(java.lang.String str) |
static java.lang.Object |
deserialize(byte[] bytes) |
static java.lang.String |
encode(byte[] b) |
static byte[] |
serialize(java.lang.Object obj) |