|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.dmdf.dmt.externalizers.ObjectExternalizer
org.dmdf.dmt.externalizers.DateExternalizer
public class DateExternalizer
Default implementation for java.util.Date
| Constructor Summary | |
|---|---|
DateExternalizer()
|
|
| Method Summary | |
|---|---|
protected java.lang.Object |
doRead(java.io.ObjectInput objectInput)
The subclass implementation responsible read the object back |
protected void |
doWrite(java.lang.Object obj,
java.io.ObjectOutput objectOutput)
The subclass is responsible write the obj to objectOutput, the obj is guarenteed not null, subclass do not need do any null check on that |
| Methods inherited from class org.dmdf.dmt.externalizers.ObjectExternalizer |
|---|
read, write |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DateExternalizer()
| Method Detail |
|---|
protected java.lang.Object doRead(java.io.ObjectInput objectInput)
throws java.io.IOException,
java.lang.ClassNotFoundException
ObjectExternalizer
doRead in class ObjectExternalizerjava.io.IOException
java.lang.ClassNotFoundException
protected void doWrite(java.lang.Object obj,
java.io.ObjectOutput objectOutput)
throws java.io.IOException
ObjectExternalizer
doWrite in class ObjectExternalizerjava.io.IOException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||