TheCodingMonkey.Serialization
2.0.0.3
.NET Framework 4.5.2
There is a newer version of this package available.
See the version list below for details.
See the version list below for details.
Install-Package TheCodingMonkey.Serialization -Version 2.0.0.3
dotnet add package TheCodingMonkey.Serialization --version 2.0.0.3
<PackageReference Include="TheCodingMonkey.Serialization" Version="2.0.0.3" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add TheCodingMonkey.Serialization --version 2.0.0.3
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: TheCodingMonkey.Serialization, 2.0.0.3"
#r directive can be used in F# Interactive, C# scripting and .NET Interactive. Copy this into the interactive tool or source code of the script to reference the package.
// Install TheCodingMonkey.Serialization as a Cake Addin
#addin nuget:?package=TheCodingMonkey.Serialization&version=2.0.0.3
// Install TheCodingMonkey.Serialization as a Cake Tool
#tool nuget:?package=TheCodingMonkey.Serialization&version=2.0.0.3
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Library for reading and writing CSV and Fixed Width files into a class or struct similar to XmlSerializer.
Product | Versions |
---|---|
.NET Framework | net452 net46 net461 net462 net463 net47 net471 net472 net48 |
Compatible target framework(s)
Additional computed target framework(s)
Learn more about Target Frameworks and .NET Standard.
-
- XmlDocMarkdown (>= 0.5.0)
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 |
---|---|---|
2.1.0.34 | 176 | 2/14/2022 |
2.1.0.13 | 384 | 7/25/2019 |
2.0.0.3 | 307 | 7/22/2019 |
2.0.0.2 | 299 | 7/22/2019 |
2.0.0.1 | 296 | 7/22/2019 |
2.0.0 | 310 | 7/19/2019 |
1.2.1.21 | 687 | 6/7/2017 |
1.2.1.19 | 629 | 5/25/2017 |
1.2.1.17 | 632 | 5/19/2017 |
1.2.1.15 | 636 | 5/19/2017 |
1.2.0.14 | 622 | 5/18/2017 |
1.2.0.13 | 633 | 5/18/2017 |
1.1.0.12 | 621 | 5/17/2017 |
Restructured library and added option to do Fluent Configuration instead of Attribute based Configuration. Both options are now fully supported. See Github site for documentation and samples.