public class BONTools extends Object
| Constructor and Description |
|---|
BONTools() |
| Modifier and Type | Method and Description |
|---|---|
static Object |
deserialize(byte[] value) |
static Object |
deserialize(String value) |
static void |
flatten(Object object,
String prefix,
Map<String,String> map) |
static boolean |
isSupported(Object value) |
static byte[] |
serializeBytes(Object value) |
static String |
serializeString(Object value) |
public static Object deserialize(byte[] value) throws IOException
IOExceptionpublic static Object deserialize(String value) throws IOException
IOExceptionpublic static void flatten(Object object, String prefix, Map<String,String> map) throws IOException
IOExceptionpublic static boolean isSupported(Object value)
public static byte[] serializeBytes(Object value) throws IOException
IOExceptionpublic static String serializeString(Object value) throws IOException
IOExceptionCopyright © 2013 intarsys consulting GmbH. All Rights Reserved.