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.
|
| Constructor and Description |
|---|
XmlObjectSerializerServiceImpl() |
| Modifier and Type | Method and Description |
|---|---|
Object |
fromXml(String xml)
Retrieves an Object instance from a String of XML - unmarshals.
|
PersistenceService |
getPersistenceService() |
String |
toXml(Object object)
Marshals out XML from an object instance.
|
public XmlObjectSerializerServiceImpl()
public String toXml(Object object)
XmlObjectSerializerServicetoXml in interface XmlObjectSerializerServiceorg.kuali.rice.krad.service.XmlObjectSerializer#toXml(java.lang.Object)public Object fromXml(String xml)
XmlObjectSerializerServicefromXml in interface XmlObjectSerializerServiceorg.kuali.rice.krad.service.XmlObjectSerializer#fromXml(java.lang.String)public PersistenceService getPersistenceService()
Copyright © 2005–2016 The Kuali Foundation. All rights reserved.