Info
Version: | 1.1.0 |
Author(s): | Wojciech Kotlarski |
Last Update: | Wednesday, October 13, 2021 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/Suremaker/ObjectSerialization-Net |
NuGet Url: | https://www.nuget.org/packages/ObjectSerialization-Net |
Install
Install-Package ObjectSerialization-Net
dotnet add package ObjectSerialization-Net
paket add ObjectSerialization-Net
ObjectSerialization-Net Download (Unzip the "nupkg" after downloading)
Dependencies
Tags
* serialization of classes, structures and primitives at root or type member level;
* serialization of derived types referenced by interface, base class or abstract class type;
* serialization of POCO objects;
* standard NonSerializedAttribute and dedicated NonSerializedBackendAttribute for automatic properties;
* serialization of classes without parameter-less constructor;
* serialization of arrays and collections implementing ICollection<T>.