Interface ISerializable
Represents objects that can be saved into list of biff records.
Namespace: Syncfusion.XlsIO.Interfaces
Assembly: Syncfusion.XlsIO.UWP.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. |