Protege 2.1.2

edu.stanford.smi.protegex.util
Class SerializationSupport

java.lang.Object
  extended byedu.stanford.smi.protegex.util.SerializationSupport

public class SerializationSupport
extends Object

A simple class, designed to help us store state in strings. The other half of ObjectStorer

Author:
William Grosso

Constructor Summary
SerializationSupport()
           
 
Method Summary
static Object reconstituteObjectFromString(String serializedString)
           
static String serializeObjectToString(Object object)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SerializationSupport

public SerializationSupport()
Method Detail

reconstituteObjectFromString

public static Object reconstituteObjectFromString(String serializedString)

serializeObjectToString

public static String serializeObjectToString(Object object)

Protege 2.1.2

Submit a bug report or feature request