dotserialize 1.3.0-beta
This is a prerelease version of dotserialize.
dotnet add package dotserialize --version 1.3.0-beta
NuGet\Install-Package dotserialize -Version 1.3.0-beta
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="dotserialize" Version="1.3.0-beta" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add dotserialize --version 1.3.0-beta
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: dotserialize, 1.3.0-beta"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install dotserialize as a Cake Addin #addin nuget:?package=dotserialize&version=1.3.0-beta&prerelease // Install dotserialize as a Cake Tool #tool nuget:?package=dotserialize&version=1.3.0-beta&prerelease
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
A fast, powerful and easy to use xml serializer for .Net that works out of the box with 99% of objects.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net is compatible. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
-
.NETFramework 4.5
- fasterflect (>= 2.1.3)
- Ninject (>= 3.2.2)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
1.3.0-beta | 1,865 | 2/24/2016 |
1.2.7-beta | 957 | 12/30/2015 |
Fixed bug that occurred when deserializing a single self-closing root node.