Search
BinaryContext.WriteObject Method
See Also
 






Saves the specified object to the underlying stream.

Namespace: MindFusion.Spreadsheet
Assembly: MindFusion.Spreadsheet.WinForms

 Syntax

C#  Copy Code

public void WriteObject (
    Object obj
)

Visual Basic  Copy Code

Public Sub WriteObject( _
    obj As Object _
)

 Parameters

obj

The object to write.

 Remarks

The objects is serialized if it is one of the .NET core types or if it is marked as Serializable.

 See Also