public class XmlObjectSerializerServiceImpl extends Object implements XmlObjectSerializerService
Modifier and Type | Class and Description |
---|---|
class |
XmlObjectSerializerServiceImpl.ProxyAwareJavaReflectionProvider |
class |
XmlObjectSerializerServiceImpl.ProxyConverter
This 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)
XmlObjectSerializerService
toXml
in interface XmlObjectSerializerService
public Object fromXml(String xml)
XmlObjectSerializerService
fromXml
in interface XmlObjectSerializerService
Copyright © 2005–2014 The Kuali Foundation. All rights reserved.