PdfLiteSessionSerializerSerialize Method |
Note: This API is now obsolete.
Namespace:
RadPdf.Lite
Assembly:
RadPdfStandard (in RadPdfStandard.dll) Version: 4.1.0.0 (4.1.0.0)
Syntax[ObsoleteAttribute]
public void Serialize(
Stream serializationStream,
Object graph
)
<ObsoleteAttribute>
Public Sub Serialize (
serializationStream As Stream,
graph As Object
)
Parameters
- serializationStream
- Type: System.IOStream
The Stream to which the PdfLiteSession object will be serialized. - graph
- Type: SystemObject
The PdfLiteSession object to serialize.
See Also