intarsys runtime library

de.intarsys.tools.serialize
Class BONTools

java.lang.Object
  extended by de.intarsys.tools.serialize.BONTools

public class BONTools
extends Object


Constructor Summary
BONTools()
           
 
Method Summary
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)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BONTools

public BONTools()
Method Detail

deserialize

public static Object deserialize(byte[] value)
                          throws IOException
Throws:
IOException

deserialize

public static Object deserialize(String value)
                          throws IOException
Throws:
IOException

flatten

public static void flatten(Object object,
                           String prefix,
                           Map<String,String> map)
                    throws IOException
Throws:
IOException

isSupported

public static boolean isSupported(Object value)

serializeBytes

public static byte[] serializeBytes(Object value)
                             throws IOException
Throws:
IOException

serializeString

public static String serializeString(Object value)
                              throws IOException
Throws:
IOException

intarsys runtime library

Copyright © 2012 intarsys consulting GmbH. All Rights Reserved.