org.neodatis.odb.impl.core.layers.layer2.meta.serialization
Class CollectionObjectInfoSerializer

java.lang.Object
  extended by org.neodatis.odb.impl.core.layers.layer2.meta.serialization.CollectionObjectInfoSerializer
All Implemented Interfaces:
ISerializer

public class CollectionObjectInfoSerializer
extends java.lang.Object
implements ISerializer


Field Summary
static java.lang.String classId
           
 
Constructor Summary
CollectionObjectInfoSerializer()
           
 
Method Summary
 java.lang.Object fromString(java.lang.String data)
           
 java.lang.String toString(java.lang.Object object)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

classId

public static final java.lang.String classId
Constructor Detail

CollectionObjectInfoSerializer

public CollectionObjectInfoSerializer()
Method Detail

fromString

public java.lang.Object fromString(java.lang.String data)
                            throws java.lang.Exception
Specified by:
fromString in interface ISerializer
Throws:
java.lang.Exception

toString

public java.lang.String toString(java.lang.Object object)
Specified by:
toString in interface ISerializer