org.caleigo.core
Class FieldDescriptor.Dezerializer

java.lang.Object
  extended byorg.caleigo.core.FieldDescriptor.Dezerializer
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
FieldDescriptor

protected static class FieldDescriptor.Dezerializer
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Field Summary
protected  java.lang.String mEntityDescriptorClassName
           
protected  java.lang.String mFieldDescriptorCodeName
           
 
Constructor Summary
FieldDescriptor.Dezerializer(java.lang.String entityDescriptorClassName, java.lang.String fieldDescriptorCodeName)
           
 
Method Summary
protected  java.lang.Object readResolve()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

mEntityDescriptorClassName

protected java.lang.String mEntityDescriptorClassName

mFieldDescriptorCodeName

protected java.lang.String mFieldDescriptorCodeName
Constructor Detail

FieldDescriptor.Dezerializer

public FieldDescriptor.Dezerializer(java.lang.String entityDescriptorClassName,
                                    java.lang.String fieldDescriptorCodeName)
Method Detail

readResolve

protected java.lang.Object readResolve()
                                throws java.io.ObjectStreamException
Throws:
java.io.ObjectStreamException


Copyright © 2005 Caleigo. All Rights Reserved.