Click or drag to resize

PdfLiteSessionDeserialize Method (Byte)

Note: This API is now obsolete.

Namespace:  RadPdf.Lite
Assembly:  RadPdfStandard (in RadPdfStandard.dll) Version: 4.5.0.0 (4.5.0.0)
Syntax
[ObsoleteAttribute]
public static PdfLiteSession Deserialize(
	byte[] value
)

Parameters

value
Type: SystemByte
byte[] returned by Serialize

Return Value

Type: PdfLiteSession
New PdfLiteSession instance
Remarks

The output is only deserialized using the DefaultFormatter if UseObsoleteFormatter is set to true.

Sessions should only be deserialized from a trusted data source!

See Also