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) |
PersistenceService |
getPersistenceService() |
String |
toXml(Object object) |
public XmlObjectSerializerServiceImpl()
public String toXml(Object object)
toXml in interface XmlObjectSerializerServiceXmlObjectSerializerpublic Object fromXml(String xml)
fromXml in interface XmlObjectSerializerServiceXmlObjectSerializerpublic PersistenceService getPersistenceService()
Copyright © 2005–2016 The Kuali Foundation. All rights reserved.