com.genesyslab.platform.commons.collections
Class TKVXmlSerializer
java.lang.Object
com.genesyslab.platform.commons.collections.TKVXmlSerializer
- public class TKVXmlSerializer
- extends java.lang.Object
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TKVXmlSerializer
public TKVXmlSerializer()
serialize
public static org.w3c.dom.Document serialize(KeyValueCollection list)
throws javax.xml.parsers.ParserConfigurationException
- Throws:
javax.xml.parsers.ParserConfigurationException
serialize
public static org.w3c.dom.Element serialize(KeyValueCollection list,
org.w3c.dom.Document nodeFactory)
deserialize
public static KeyValueCollection deserialize(org.w3c.dom.Document listDocument)
throws DataFormatException
- Throws:
DataFormatException
deserialize
public static KeyValueCollection deserialize(org.w3c.dom.Element listElement)
throws DataFormatException
- Throws:
DataFormatException
Send comments on this topic.
Copyright © 2006–2008 Genesys Telecommunication Laboratories, Inc. All rights reserved.