menu

Xamarin.Forms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Interface IXDLSSerializable - Xamarin.Forms API Reference | Syncfusion

    Show / Hide Table of Contents

    Interface IXDLSSerializable

    Represents required functionality for serialization by XDLSReader/Writer. Used for objects/items implementation

    Namespace: Syncfusion.DocIO.DLS.XML
    Assembly: Syncfusion.DocIO.Portable.dll
    Syntax
    public interface IXDLSSerializable

    Properties

    XDLSHolder

    Gets special holder with child objects.

    Declaration
    XDLSHolder XDLSHolder { get; }
    Property Value
    Type
    XDLSHolder

    Methods

    ReadXmlAttributes(IXDLSAttributeReader)

    Object can reads by this method own "value" properties

    Declaration
    void ReadXmlAttributes(IXDLSAttributeReader reader)
    Parameters
    Type Name Description
    IXDLSAttributeReader reader

    ReadXmlContent(IXDLSContentReader)

    Object can reads by this method own complex/binary data.

    Declaration
    bool ReadXmlContent(IXDLSContentReader reader)
    Parameters
    Type Name Description
    IXDLSContentReader reader
    Returns
    Type
    System.Boolean

    RestoreReference(String, Int32)

    Object can use this method for restore references.

    Declaration
    void RestoreReference(string name, int value)
    Parameters
    Type Name Description
    System.String name
    System.Int32 value

    WriteXmlAttributes(IXDLSAttributeWriter)

    Object can writes by this method own "value" properties

    Declaration
    void WriteXmlAttributes(IXDLSAttributeWriter writer)
    Parameters
    Type Name Description
    IXDLSAttributeWriter writer

    WriteXmlContent(IXDLSContentWriter)

    Object can writes by this method own complex/binary data.

    Declaration
    void WriteXmlContent(IXDLSContentWriter writer)
    Parameters
    Type Name Description
    IXDLSContentWriter writer
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved