Class GuidedDTXMLPersistence
- java.lang.Object
-
- org.drools.workbench.models.guided.dtable.backend.GuidedDTXMLPersistence
-
public class GuidedDTXMLPersistence extends Object
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static GuidedDTXMLPersistencegetInstance()Stringmarshal(GuidedDecisionTable52 dt)GuidedDecisionTable52unmarshal(String xml)
-
-
-
Method Detail
-
getInstance
public static GuidedDTXMLPersistence getInstance()
-
marshal
public String marshal(GuidedDecisionTable52 dt)
-
unmarshal
public GuidedDecisionTable52 unmarshal(String xml)
-
-