|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.kuka.roboticsAPI.controllerModel.sunrise.xml.XmlSerializer
public final class XmlSerializer
This class is able to serialize API components.
| 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 |
|---|
public static void save(SPR spr,
String filename)
spr - The SPR which should be saved.filename - The file to which the SPR will be serialized.
public static void save(SPR spr,
String filename,
String description)
spr - The SPR which should be saved.filename - The file to which the SPR will be serialized.description - The description for the SPR.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||