SharpYaml is a .NET library for YAML
Перейти к файлу
Antoine Aubry 995643d671 Merge pull request #19 from roji/roundtrip_ctor
Can roundrip with type converter and no default ctor
2013-05-02 02:00:22 -07:00
Dependencies/xUnit Added xUnit.net. 2012-02-07 22:50:50 +00:00
Dumper Remove stray byte order marks. 2012-12-13 15:00:15 -08:00
YAMLLanguage Remove uncompilable, and unuseful, line. 2012-12-13 15:11:39 -08:00
YamlDotNet.Configuration Remove stray byte order marks. 2012-12-13 15:00:15 -08:00
YamlDotNet.Converters Remove stray byte order marks. 2012-12-13 15:00:15 -08:00
YamlDotNet.Core Fix bug when emitting null scalars. 2013-04-30 09:59:50 +01:00
YamlDotNet.RepresentationModel Merge pull request #19 from roji/roundtrip_ctor 2013-05-02 02:00:22 -07:00
YamlDotNet.Samples Ability to use standard .NET property naming conventions when deserializing (eg. part_no -> PartNo), and property aliases 2013-04-29 17:58:42 +10:00
YamlDotNet.UnitTests Merge pull request #19 from roji/roundtrip_ctor 2013-05-02 02:00:22 -07:00
doc/html Added: Version file. 2010-05-31 22:07:42 +00:00
support Add Serialize() method to YamlSerializer for backwards compatibility. 2012-12-10 16:28:12 +00:00
.gitignore Ability to use standard .NET property naming conventions when deserializing (eg. part_no -> PartNo), and property aliases 2013-04-29 17:58:42 +10:00
CommonAssemblyInfo.cs Continued refactoring YamlSerializer to decouple the various modes. 2012-02-07 00:43:02 +00:00
LICENSE Continued refactoring YamlSerializer to decouple the various modes. 2012-02-07 00:43:02 +00:00
LICENSE-libyaml Initial import. 2008-07-31 22:35:21 +00:00
README.md Add description to readme.md 2012-10-12 10:20:26 +01:00
VERSION Created version 1.1 2010-05-31 22:09:11 +00:00
YamlDotNet.Converters.nuspec Update package version. 2013-03-11 12:41:47 +00:00
YamlDotNet.Core.nuspec Update package version. 2013-03-11 12:41:47 +00:00
YamlDotNet.FxCop Improved compliance with FxCop. 2010-05-31 21:58:52 +00:00
YamlDotNet.RepresentationModel.nuspec Update package version. 2013-03-11 12:41:47 +00:00
YamlDotNet.build Update package version. 2013-03-11 12:41:47 +00:00
YamlDotNet.shfbproj Added: NAnt build file that generates documentation, builds the project, packages everything and produces NuGet packages. 2011-04-06 17:56:17 +00:00
YamlDotNet.sln Fixed bug in emission of null scalars. 2012-05-23 21:18:30 +00:00
YamlDotNet.snk Initial import. 2008-07-31 22:35:21 +00:00

README.md

YamlDotNet

YamlDotNet is a .NET library for YAML. YamlDotNet provides low level parsing and emitting of YAML as well as a high level object model similar to XmlDocument. A serialization library is also included that allows to read and write objects from and to YAML streams.

What is YAML?

YAML, which stands for "YAML Ain't Markup Language", is described as "a human friendly data serialization standard for all programming languages". Like XML, it allows to represent about any kind of data in a portable, platform-independent format. Unlike XML, it is "human friendly", which means that it is easy for a human to read or produce a valid YAML document.

The YamlDotNet library

The library has now been successfully used in multiple projects and is considered fairly stable. Where to get it?

The most up-to-date version can always be found in the following NuGet packages: