Package org.kuali.rice.krad.service
Interface XmlObjectSerializerService
public interface XmlObjectSerializerService
This interface defines methods that an XmlObjectSerializer Service must provide. This will wrap our needs for xml to object and
object to xml functionality.
-
Method Summary
-
Method Details
-
toXml
Marshals out XML from an object instance.- Parameters:
object-- Returns:
-
fromXml
Retrieves an Object instance from a String of XML - unmarshals.- Parameters:
xml-- Returns:
-