![JAR search and dependency download from the Maven repository](/logo.png)
com.github.kislayverma.rulette.rest.serialization.XmlSerializationProcessor Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of rulette-rest Show documentation
Show all versions of rulette-rest Show documentation
A containerless deployment of rulette-core to expose its capabilities as REST services
package com.github.kislayverma.rulette.rest.serialization;
import org.restexpress.serialization.xml.XstreamXmlProcessor;
public class XmlSerializationProcessor
extends XstreamXmlProcessor
{
public XmlSerializationProcessor()
{
super();
// alias("element_name", Element.class);
// alias("element_name", Element.class);
// alias("element_name", Element.class);
// alias("element_name", Element.class);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy