Info
Version: | 1.0.0 |
Author(s): | Anthony S. Kilhoffer |
Last Update: | Friday, February 4, 2011 |
.NET Fiddle: | Create the first Fiddle |
NuGet Url: | https://www.nuget.org/packages/YamlSerializer |
Install
Install-Package YamlSerializer
dotnet add package YamlSerializer
paket add YamlSerializer
YamlSerializer Download (Unzip the "nupkg" after downloading)
Dependencies
13 packages depend on this package.
YamlSerializer can serialize / deserialize most of native C# objects, i.e.
primitive types (bool, char, int,...), enums, built-in non-primitive types (string, decimal), structures, classes and arrays of these types.
.