atg.svc.ui.util
Class Serializer

java.lang.Object
  extended by atg.svc.ui.util.Serializer

public class Serializer
extends java.lang.Object


Field Summary
static java.lang.String CLASS_VERSION
           
 
Constructor Summary
Serializer()
           
 
Method Summary
static java.lang.Object readObject(java.lang.String serializedObject)
           
static java.lang.String writeObject(java.lang.Object deserializedObject)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CLASS_VERSION

public static java.lang.String CLASS_VERSION
Constructor Detail

Serializer

public Serializer()
Method Detail

readObject

public static java.lang.Object readObject(java.lang.String serializedObject)
                                   throws java.lang.ClassNotFoundException,
                                          java.io.IOException
Throws:
java.lang.ClassNotFoundException
java.io.IOException

writeObject

public static java.lang.String writeObject(java.lang.Object deserializedObject)
                                    throws java.io.IOException
Throws:
java.io.IOException