Configuration Platform SDK 7.6 API Reference

com.genesyslab.platform.commons.collections
Class TKVXmlSerializer

java.lang.Object
  extended bycom.genesyslab.platform.commons.collections.TKVXmlSerializer

public class TKVXmlSerializer
extends java.lang.Object


Constructor Summary
TKVXmlSerializer()
           
 
Method Summary
static KeyValueCollection deserialize(org.w3c.dom.Document listDocument)
           
static KeyValueCollection deserialize(org.w3c.dom.Element listElement)
           
static org.w3c.dom.Document serialize(KeyValueCollection list)
           
static org.w3c.dom.Element serialize(KeyValueCollection list, org.w3c.dom.Document nodeFactory)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TKVXmlSerializer

public TKVXmlSerializer()
Method Detail

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

Configuration Platform SDK 7.6 API Reference

Send comments on this topic.
Copyright © 2006–2008 Genesys Telecommunication Laboratories, Inc. All rights reserved.