com.kuka.roboticsAPI.persistenceModel.processDataModel
Class ProcessDataSerializer

java.lang.Object
  extended by com.kuka.roboticsAPI.persistenceModel.processDataModel.ProcessDataSerializer

public class ProcessDataSerializer
extends Object

Class for JAXB serialization and deserialization of processData object structure to org.w3c.dom.Node elements. Node

This element is an undocumented internal feature. It is not intended to be used by applications as it might change or be removed in future versions.

Constructor Summary
ProcessDataSerializer()
           
 
Method Summary
 ProcessDataContainer deserializeProcessDataContainer(Node node)
          Deserialize the Node into processDataContainer structure.
 Node serializeProcessDataContainer(ProcessDataContainer processDataContainer, Node node)
          Serialize the ProcessDataContainer into a DOM-Node.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProcessDataSerializer

public ProcessDataSerializer()
Method Detail

deserializeProcessDataContainer

public ProcessDataContainer deserializeProcessDataContainer(Node node)
                                                     throws JAXBException
Deserialize the Node into processDataContainer structure.

Parameters:
node - The org.w3c.dom.Node.
Returns:
processDataContainer The object representation.
Throws:
JAXBException - A JAXBException
This element is an undocumented internal feature. It is not intended to be used by applications as it might change or be removed in future versions.

serializeProcessDataContainer

public Node serializeProcessDataContainer(ProcessDataContainer processDataContainer,
                                          Node node)
                                   throws JAXBException
Serialize the ProcessDataContainer into a DOM-Node.

Parameters:
processDataContainer - The object representation.
node - The org.w3c.dom.Node.
Returns:
node The created node.
Throws:
JAXBException - A JAXBException
This element is an undocumented internal feature. It is not intended to be used by applications as it might change or be removed in future versions.


Copyright © 2019. All rights reserved.