jfun.yan.util.deserializer
Class PropertyEditorDeserializer
java.lang.Object
jfun.yan.util.deserializer.PropertyEditorDeserializer
- All Implemented Interfaces:
- java.io.Serializable, Deserializer
public class PropertyEditorDeserializer
- extends java.lang.Object
- implements Deserializer, java.io.Serializable
The adapter to convert a PropertyEditor class
to a Deserializer.
- Author:
- Ben Yu
Feb 1, 2006 1:08:20 AM
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
PropertyEditorDeserializer
public PropertyEditorDeserializer(java.lang.Class type)
getEditorClass
public java.lang.Class getEditorClass()
deserialize
public java.lang.Object deserialize(java.lang.String str)
throws java.lang.Exception
- Specified by:
deserialize in interface Deserializer
- Throws:
java.lang.Exception
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equals in class java.lang.Object
hashCode
public int hashCode()
- Overrides:
hashCode in class java.lang.Object
toString
public java.lang.String toString()
- Overrides:
toString in class java.lang.Object