|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--edu.cmu.aura.service.xml.xmlschema.TimeInstantSerializer
TimeInstantSerializer converts to and from an XML definition of TimeInstant to an actual TimeInstant object. This class if not for general use.
| Constructor Summary | |
TimeInstantSerializer()
Create a new TimeInstantSerializer. |
|
| Method Summary | |
java.lang.Object |
deserialize(org.w3c.dom.Element objElement,
java.lang.Class objClass)
Deserialize a TimeInstant from an XML definition. |
void |
serialize(java.lang.Object obj,
java.lang.StringBuffer sBuf,
int numTabs,
java.lang.String objName,
boolean includeType)
Serialize a TimeInstant object. |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public TimeInstantSerializer()
| Method Detail |
public void serialize(java.lang.Object obj,
java.lang.StringBuffer sBuf,
int numTabs,
java.lang.String objName,
boolean includeType)
throws edu.cmu.aura.service.xml.SerializationException
serialize in interface edu.cmu.aura.service.xml.Serializerobj - the TimeInstant object to serialize.sBuf - the StringBuffer to serialize the object to.numTabs - the number of tabs to indent this object to.objName - the XML tag name for this object.
edu.cmu.aura.service.xml.SerializationException
public java.lang.Object deserialize(org.w3c.dom.Element objElement,
java.lang.Class objClass)
throws edu.cmu.aura.service.xml.DeserializationException
deserialize in interface edu.cmu.aura.service.xml.DeserializerobjElement - the TimeInstant DOM Element.objClass - the Java class of this element.
edu.cmu.aura.service.xml.DeserializationException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||