Info
Version: | 1.0.0 |
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.RavenDB |
Install
Install-Package Mindfire.DocumentSerializer.RavenDB
dotnet add package Mindfire.DocumentSerializer.RavenDB
paket add Mindfire.DocumentSerializer.RavenDB
Mindfire.DocumentSerializer.RavenDB Download (Unzip the "nupkg" after downloading)
Dependencies
- Mindfire.DocumentSerializer(1.0.1.0)
- RavenDB.Client(3.0.3800)
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.