PdfLiteSessionSerializer Constructor |
Namespace: RadPdf.Lite
By default, the BinaryFormatter is used as a fallback to maximize backwards compatibility.
Secure implementations of RAD PDF should set DefaultFormatter to a new instance of PdfLiteSessionSerializer with allowBinaryFormatterFallback set to false or another secure serializer.
A future version will not fallback to the BinaryFormatter to enhance security.