Populates a SerializationInfo with the data needed to serialize the document.

Namespace:  PerpetuumSoft.Reporting.DOM
Assembly:  PerpetuumSoft.Reporting (in PerpetuumSoft.Reporting.dll) Version: 3.9.0.1

Syntax

C#
public void GetObjectData(
	SerializationInfo info,
	StreamingContext context
)
Visual Basic (Declaration)
Public Sub GetObjectData ( _
	info As SerializationInfo, _
	context As StreamingContext _
)
Visual C++
public:
virtual void GetObjectData(
	SerializationInfo^ info, 
	StreamingContext context
) sealed

Implements

ISerializable..::.GetObjectData(SerializationInfo, StreamingContext)

See Also