ASP.NET MVC

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Interface ISerializable - ASP.NETMVC 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.Base.dll
    Syntax
    [CLSCompliant(false)]
    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 - 2021 Syncfusion Inc. All Rights Reserved