menu

Xamarin.Android

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

    Show / Hide Table of Contents

    Interface ISerializable

    Represents objects that can be saved into list of biff records.

    Namespace: Syncfusion.XlsIO.Interfaces
    Assembly: Syncfusion.XlsIO.Portable.dll
    Syntax
    public interface ISerializable

    Methods

    Serialize(IList<IBiffStorage>)

    Saves object into list of biff records.

    Declaration
    void Serialize(IList<IBiffStorage> records)
    Parameters
    Type Name Description
    System.Collections.Generic.IList<IBiffStorage> records

    List of biff records to save object into.

    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved