Info
Version: | 1.0.1 |
Author(s): | Mindfire Technology, Nate Zaugg |
Last Update: | Friday, October 2, 2015 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/MindfireTechnology/DocumentSerializer |
NuGet Url: | https://www.nuget.org/packages/Mindfire.DocumentSerializer |
Install
Install-Package Mindfire.DocumentSerializer
dotnet add package Mindfire.DocumentSerializer
paket add Mindfire.DocumentSerializer
Mindfire.DocumentSerializer Download (Unzip the "nupkg" after downloading)
Dependencies
- Newtonsoft.Json(7.0.1)
Tags
This allows easily defined Denormalized References between documents. Mark documents with the Document attribute and mark properties that include links to other documents with the DocumentRef attribute.
Only the ID field and fields marked with the Important attribute will be serialized into the document reference.