public interface XmlObjectSerializerService
Modifier and Type | Method and Description |
---|---|
Object |
fromXml(String xml)
Retrieves an Object instance from a String of XML - unmarshals.
|
String |
toXml(Object object)
Marshals out XML from an object instance.
|
Copyright © 2005–2016 The Kuali Foundation. All rights reserved.