Info
Version: | 1.0.0 |
Author(s): | Larsen |
Last Update: | Friday, December 5, 2014 |
.NET Fiddle: | Create the first Fiddle |
NuGet Url: | https://www.nuget.org/packages/UBLLarsen |
Install
Install-Package UBLLarsen
dotnet add package UBLLarsen
paket add UBLLarsen
UBLLarsen Download (Unzip the "nupkg" after downloading)
Dependencies
Tags
UBL Larsen is a library for streaming "UBL 2.0 updated" compliant xml files by using
System.Xml.XmlSerializer.
Knowledge of XmlSerialiser is preferred in order to
understand how class instances can be converted to/from xml without any fiddly parsing.
http://msdn.microsoft.com/en-us/library/system.xml.serialization.xmlserializer.aspx.