The Syncfusion® native Blazor components library offers 70+ UI and Data Viz web controls that are responsive and lightweight for building modern web apps.
.NET PDF framework is a high-performance and comprehensive library used to create, read, merge, split, secure, edit, view, and review PDF files in C#/VB.NET.
ADAdministrator Syncfusion Team February 5, 2004 05:12 PM UTC
Hi Doug,
The AppStateSerializer supports the following serialization modes :
(i) IsolatedStorage
(ii) BinaryFile
(iii)XMLFile
(iv) WindowsRegistry
(v) XMLFmtStream
(vi) BinaryFmtStream
You could specify any of the above modes using the SerializeMode enumeration value as follows :
AppStateSerializer serializer = new AppStateSerializer(SerializeMode.XMLFile, fileName);
Please refer to the Class Reference for more information. Thanks for your continued interest in Syncfusion products.
Regards,
Guru Patwal
Syncfusion, Inc.
DODougFebruary 6, 2004 12:02 PM UTC
Thank you for your reply. I suppose my question wasn't clear enough. I am calling:
AppStateSerializer serializer = new AppStateSerializer(SerializeMode.BinaryFile,fileName);
I want to save the the binary file, but when it saves, it always puts ".bin" at the end of the fileName. Is there any way to change this? I want the extension to be something different than ".bin". Thanks.
Doug
ADAdministrator Syncfusion Team February 6, 2004 01:58 PM UTC
Hi Doug,
Thanks for the clarification. It is possible to do so if you have the source code by modifying the AppStateSerializer class file. Please create an incident in Direct Trac in this regard, and I will update you there with more information. Thanks for your cooperation.
Regards,
Guru Patwal
Syncfusion, Inc.