| PdfLiteSessionSerialize Method (IFormatter) | 
 Note: This API is now obsolete.
 
    Namespace: 
   RadPdf.Lite
    Assembly:
   RadPdfStandard (in RadPdfStandard.dll) Version: 4.7.0.0 (4.7.0.0)
 Syntax
Syntax[ObsoleteAttribute]
public byte[] Serialize(
	IFormatter formatter
)
<ObsoleteAttribute>
Public Function Serialize ( 
	formatter As IFormatter
) As Byte()
Parameters
- formatter
- Type: System.Runtime.SerializationIFormatter
 The IFormatter / serializer to use.
Return Value
Type: 
ByteBinary formatted represenation of the current class.
 See Also
See Also