public final class ByteArraySerializer
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
static byte[] |
deserialize(java.lang.String strVal)
Deserializes a string
|
static java.lang.String |
serialize(byte[] src)
Serializes the string
|
public static byte[] deserialize(java.lang.String strVal)
throws java.text.ParseException
strVal - the value to deserializejava.text.ParseException - if there is any problem processing the valuepublic static java.lang.String serialize(byte[] src)
src - the source array