public interface ICustomXmlUpdateSerializer
| Modifier and Type | Method and Description |
|---|---|
boolean |
writeDeleteUpdateToXml(EwsServiceXmlWriter writer,
ServiceObject ewsObject)
Writes the deletion update to XML.
|
boolean |
writeSetUpdateToXml(EwsServiceXmlWriter writer,
ServiceObject ewsObject,
PropertyDefinition propertyDefinition)
Writes the update to XML.
|
boolean writeSetUpdateToXml(EwsServiceXmlWriter writer, ServiceObject ewsObject, PropertyDefinition propertyDefinition) throws Exception
writer - the writerewsObject - The ews objectpropertyDefinition - property definitionException - the exceptionboolean writeDeleteUpdateToXml(EwsServiceXmlWriter writer, ServiceObject ewsObject) throws Exception
writer - The writer.ewsObject - The ews object.Exception - the exceptionCopyright © 2012–2015 Microsoft. All rights reserved.