com.kuka.roboticsAPI.controllerModel.sunrise.xml
Class XmlSerializer

java.lang.Object
  extended by com.kuka.roboticsAPI.controllerModel.sunrise.xml.XmlSerializer

public final class XmlSerializer
extends Object

This class is able to serialize API components.

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.

Method Summary
static void save(SPR spr, String filename)
          Saves the SPR to the given file using the specified description.
static void save(SPR spr, String filename, String description)
          Saves the SPR to the given file using the specified description.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

save

public static void save(SPR spr,
                        String filename)
Saves the SPR to the given file using the specified description.

Parameters:
spr - The SPR which should be saved.
filename - The file to which the SPR will be serialized.
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.

save

public static void save(SPR spr,
                        String filename,
                        String description)
Saves the SPR to the given file using the specified description.

Parameters:
spr - The SPR which should be saved.
filename - The file to which the SPR will be serialized.
description - The description for the SPR.
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.