|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectrailo.runtime.converter.ConverterSupport
railo.runtime.converter.XMLConverter
public final class XMLConverter
class to serialize and desirilize WDDX Packes
Constructor Summary | |
---|---|
XMLConverter(TimeZone timeZone,
boolean ignoreRemotingFetch)
constructor of the class |
Method Summary | |
---|---|
Object |
deserialize(String strWddx,
boolean validate)
deserialize a WDDX Package (XML String Representation) to a runtime object |
boolean |
equals(Object obj)
|
String |
serialize(Object object)
serialize a Object to his xml Format represenation and create a valid wddx representation |
void |
setTimeZone(TimeZone timeZone)
defines timezone info will |
void |
writeOut(PageContext pc,
Object source,
Writer writer)
|
Methods inherited from class railo.runtime.converter.ConverterSupport |
---|
toConverterException |
Methods inherited from class java.lang.Object |
---|
getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public XMLConverter(TimeZone timeZone, boolean ignoreRemotingFetch)
timeZone
- xmlConform
- define if generated xml conform output or wddx conform output (wddx is not xml conform)Method Detail |
---|
public void setTimeZone(TimeZone timeZone)
timeZone
- public void writeOut(PageContext pc, Object source, Writer writer) throws ConverterException, IOException
ConverterException
IOException
public String serialize(Object object) throws ConverterException
object
- Object to serialize
ConverterException
public Object deserialize(String strWddx, boolean validate) throws ConverterException, IOException, FactoryConfigurationError
strWddx
- validate
-
ConverterException
IOException
FactoryConfigurationError
public boolean equals(Object obj)
equals
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |