Package org.nuxeo.template
Class XMLSerializer
- java.lang.Object
-
- org.nuxeo.template.XMLSerializer
-
@Deprecated(since="11.1") public class XMLSerializer extends Object
Deprecated.- Author:
- Tiry ([email protected]), bjalon ([email protected])
-
-
Constructor Summary
Constructors Constructor Description XMLSerializer()
Deprecated.
-
Method Summary
All Methods Static Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static List<TemplateInput>
readFromXml(String xml)
Deprecated.static String
serialize(List<TemplateInput> params)
Deprecated.
-
-
-
Method Detail
-
serialize
public static String serialize(List<TemplateInput> params)
Deprecated.
-
readFromXml
public static List<TemplateInput> readFromXml(String xml)
Deprecated.
-
-