public class XmlObjectSerializerServiceImpl extends Object implements XmlObjectSerializerService
| Modifier and Type | Class and Description | 
|---|---|
| class  | XmlObjectSerializerServiceImpl.ProxyAwareJavaReflectionProvider | 
| class  | XmlObjectSerializerServiceImpl.ProxyConverterThis custom converter only handles proxies for BusinessObjects. | 
| Modifier and Type | Field and Description | 
|---|---|
| protected LegacyDataAdapter | lda | 
| protected com.thoughtworks.xstream.XStream | xstream | 
| Constructor and Description | 
|---|
| XmlObjectSerializerServiceImpl() | 
| Modifier and Type | Method and Description | 
|---|---|
| Object | fromXml(String xml)Retrieves an Object instance from a String of XML - unmarshals. | 
| void | setLegacyDataAdapter(LegacyDataAdapter lda) | 
| String | toXml(Object object)Marshals out XML from an object instance. | 
protected LegacyDataAdapter lda
protected com.thoughtworks.xstream.XStream xstream
public XmlObjectSerializerServiceImpl()
public void setLegacyDataAdapter(LegacyDataAdapter lda)
public String toXml(Object object)
XmlObjectSerializerServicetoXml in interface XmlObjectSerializerServicepublic Object fromXml(String xml)
XmlObjectSerializerServicefromXml in interface XmlObjectSerializerServiceCopyright © 2005–2016 The Kuali Foundation. All rights reserved.