org.kuali.rice.krad.service.impl
Class XmlObjectSerializerServiceImpl
java.lang.Object
   org.kuali.rice.krad.service.impl.XmlObjectSerializerServiceImpl
org.kuali.rice.krad.service.impl.XmlObjectSerializerServiceImpl
- All Implemented Interfaces: 
- XmlObjectSerializerService
- Direct Known Subclasses: 
- XmlObjectSerializerIgnoreMissingFieldsServiceImpl
- public class XmlObjectSerializerServiceImpl 
- extends Object- implements XmlObjectSerializerService
Service implementation for the XmlObjectSerializer structure. This is the default implementation that gets
 delivered with Kuali. It utilizes the XStream open source libraries and framework.
- Author:
- Kuali Rice Team (rice.collab@kuali.org)
 
 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
XmlObjectSerializerServiceImpl
public XmlObjectSerializerServiceImpl()
toXml
public String toXml(Object object)
- Description copied from interface: XmlObjectSerializerService
- Marshals out XML from an object instance.
 
- 
- Specified by:
- toXmlin interface- XmlObjectSerializerService
 
- 
- Returns:
- See Also:
- org.kuali.rice.krad.service.XmlObjectSerializer#toXml(java.lang.Object)
 
fromXml
public Object fromXml(String xml)
- Description copied from interface: XmlObjectSerializerService
- Retrieves an Object instance from a String of XML - unmarshals.
 
- 
- Specified by:
- fromXmlin interface- XmlObjectSerializerService
 
- 
- Returns:
- See Also:
- org.kuali.rice.krad.service.XmlObjectSerializer#fromXml(java.lang.String)
 
getPersistenceService
public PersistenceService getPersistenceService()
- 
 
- 
 
Copyright © 2005-2014 The Kuali Foundation. All Rights Reserved.