com.kuka.roboticsAPI.persistenceModel.processDataModel
Class ProcessDataSerializer
java.lang.Object
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.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ProcessDataSerializer
public ProcessDataSerializer()
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.