[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.PageReportModel.IComponentSerializationService.Serialize

Serialize Method

Serialize(object, Stream)

Serializes the specified object and stores them in a serialization data object.

Declaration
void Serialize(object sourceObject, Stream toStream)
Parameters
Type Name Description
object sourceObject

An object to serialize.

Stream toStream

A Stream object where the serialized data will be stored.