org.terracotta.quartz.collections
Class SerializationHelper
java.lang.Object
org.terracotta.quartz.collections.SerializationHelper
public class SerializationHelper
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SerializationHelper
public SerializationHelper()
serialize
public static byte[] serialize(Object obj)
deserialize
public static Object deserialize(byte[] bytes)
deserializeFromString
public static Object deserializeFromString(String key)
throws IOException,
ClassNotFoundException
- Throws:
IOException
ClassNotFoundException
serializeToString
public static String serializeToString(Object key)
throws IOException
- Throws:
IOException
Copyright 2001-2015, Terracotta, Inc.