menu

UWP

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Interface IXmlSerializator - UWP API Reference | Syncfusion

    Show / Hide Table of Contents

    Interface IXmlSerializator

    This interface must be implemented by all xml serializators.

    Namespace: Syncfusion.XlsIO.Interfaces.XmlSerialization
    Assembly: Syncfusion.XlsIO.UWP.dll
    Syntax
    public interface IXmlSerializator

    Methods

    Serialize(XmlWriter, IWorkbook)

    Saves workbook into writer.

    Declaration
    void Serialize(XmlWriter writer, IWorkbook book)
    Parameters
    Type Name Description
    System.Xml.XmlWriter writer

    Writer to save workbook into.

    IWorkbook book

    Workbook to save.

    Extension Methods

    DateTimeExtension.ToDateTime(Object)
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved