TheCodingMonkey.Serialization
1.2.1.19
.NET Framework 4.0
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 1.2.1.19
dotnet add package TheCodingMonkey.Serialization --version 1.2.1.19
<PackageReference Include="TheCodingMonkey.Serialization" Version="1.2.1.19" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add TheCodingMonkey.Serialization --version 1.2.1.19
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: TheCodingMonkey.Serialization, 1.2.1.19"
#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=1.2.1.19
// Install TheCodingMonkey.Serialization as a Cake Tool
#tool nuget:?package=TheCodingMonkey.Serialization&version=1.2.1.19
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 | net40 net403 net45 net451 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 | 174 | 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 | 681 | 6/7/2017 |
1.2.1.19 | 624 | 5/25/2017 |
1.2.1.17 | 627 | 5/19/2017 |
1.2.1.15 | 631 | 5/19/2017 |
1.2.0.14 | 616 | 5/18/2017 |
1.2.0.13 | 628 | 5/18/2017 |
1.1.0.12 | 616 | 5/17/2017 |
Fixed issue where Position wasn't taken into account properly, especially when using Fields instead of Properties.