Info
Version: | 0.9.0 |
Author(s): | Matt Meisinger |
Last Update: | Friday, April 17, 2015 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/mattmeisinger/custom-instance-store |
NuGet Url: | https://www.nuget.org/packages/CustomInstanceStore |
Install
Install-Package CustomInstanceStore
dotnet add package CustomInstanceStore
paket add CustomInstanceStore
CustomInstanceStore Download (Unzip the "nupkg" after downloading)
Dependencies
1 package depend on this package.
Tags
Just create a instance store class that inherits from the CustomInstanceStoreBase abstract class and implement the Save() and Load() methods.