Info
Version: | 4.3.0 |
Author(s): | Sina Iravanian and Contributors |
Last Update: | Saturday, July 13, 2024 |
.NET Fiddle: | Online Example |
Project Url: | https://github.com/YAXLib/YAXLib |
NuGet Url: | https://www.nuget.org/packages/YAXLib |
Install
Install-Package YAXLib
dotnet add package YAXLib
paket add YAXLib
YAXLib Download (Unzip the "nupkg" after downloading)
Dependencies
- System.Data.Common(>= 4.3.0)
Tags
freely the XML result, choose the fields to serialize (public, non-public
properties, or member variables), serialize all known generic and non-generic
collections, serialize different kinds of arrays (single-dimensional,
multi-dimensional, jagged arrays), serialize objects through a reference to
their base-class or interface (polymorphic serialization), define custom
serializers, add comments for the elements in the XML result, serialize as CDATA or
Base64-encoded, strip invalid XML characters, and much more..