org.kuali.rice.krad.service.impl
Class XmlObjectSerializerIgnoreMissingFieldsServiceImpl
java.lang.Object
org.kuali.rice.krad.service.impl.XmlObjectSerializerServiceImpl
org.kuali.rice.krad.service.impl.XmlObjectSerializerIgnoreMissingFieldsServiceImpl
- All Implemented Interfaces:
- XmlObjectSerializerService
public class XmlObjectSerializerIgnoreMissingFieldsServiceImpl
- extends XmlObjectSerializerServiceImpl
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)
Method Summary |
Object |
fromXml(String xml)
Retrieves an Object instance from a String of XML - unmarshals. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
XmlObjectSerializerIgnoreMissingFieldsServiceImpl
public XmlObjectSerializerIgnoreMissingFieldsServiceImpl()
fromXml
public Object fromXml(String xml)
- Description copied from interface:
XmlObjectSerializerService
- Retrieves an Object instance from a String of XML - unmarshals.
- Specified by:
fromXml
in interface XmlObjectSerializerService
- Overrides:
fromXml
in class XmlObjectSerializerServiceImpl
- Returns:
- See Also:
Fields on the XML that do not exist on the class will be ignored.
Copyright © 2005-2013 The Kuali Foundation. All Rights Reserved.