Interface RuleTemplateModelPersistence
-
- All Known Implementing Classes:
RuleTemplateModelXMLPersistenceImpl
public interface RuleTemplateModelPersistence
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Stringmarshal(TemplateModel model)TemplateModelunmarshal(String xml)
-
-
-
Method Detail
-
marshal
String marshal(TemplateModel model)
-
unmarshal
TemplateModel unmarshal(String xml)
-
-