com.kuka.roboticsAPI.persistenceModel
Class TemplateSerializer

java.lang.Object
  extended by com.kuka.roboticsAPI.persistenceModel.TemplateSerializer

public class TemplateSerializer
extends Object

Class for JAXB serialization and deserialization of ObjectTemplate 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
TemplateSerializer()
           
 
Method Summary
 Node serializeObjectTemplate(ObjectTemplate objTemplate, Node node)
          Serialize the ObjectTemplate into a DOM-Node.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TemplateSerializer

public TemplateSerializer()
Method Detail

serializeObjectTemplate

public Node serializeObjectTemplate(ObjectTemplate objTemplate,
                                    Node node)
                             throws JAXBException
Serialize the ObjectTemplate into a DOM-Node.

Parameters:
objTemplate - 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.