Info
Version: | 2.6.0 |
Author(s): | Jeroen Vandezande |
Last Update: | Thursday, January 4, 2024 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://bitbucket.org/standardengineering/serializableobject |
NuGet Url: | https://www.nuget.org/packages/Essy.SerializableObject |
Install
Install-Package Essy.SerializableObject
dotnet add package Essy.SerializableObject
paket add Essy.SerializableObject
Essy.SerializableObject Download (Unzip the "nupkg" after downloading)
Dependencies
- Newtonsoft.Json(>= 12.0.3)
- SharpZipLib(>= 1.2.0)
It is based on the .net 3.0 DataContract and the excellent Newtonsoft.Json library.
It also contains two classes that can be used for app data storage.
Saving to both XML and JSON are supported. Also you can choose to automatically compress the files.