public final class DeserializationUtil extends Object
| Constructor and Description |
|---|
DeserializationUtil() |
| Modifier and Type | Method and Description |
|---|---|
static Object |
createFromString(String hexString,
ClassLoader loader)
Deserializes an Object from a String using the current class loader.
|
public static Object createFromString(String hexString, ClassLoader loader)
hexString - The current string.loader - The current class loader.