Platform SDK Java 8.5 API Reference

com.genesyslab.platform.commons.collections
Class TKVXmlSerializer

java.lang.Object
  extended by com.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
clone, equals, finalize, 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

Platform SDK Java 8.5 API Reference

Send comments on this topicTechpubs.webadmin@genesys.com.
Document version: 8.5.302.00
Copyright © 2006–2017 Genesys Telecommunications Laboratories, Inc. All rights reserved.