Xamarin.Forms.SavableObject 1.1.0

There is a newer version of this package available.
See the version list below for details.

Requires NuGet 2.8.3 or higher.

dotnet add package Xamarin.Forms.SavableObject --version 1.1.0
                    
NuGet\Install-Package Xamarin.Forms.SavableObject -Version 1.1.0
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Xamarin.Forms.SavableObject" Version="1.1.0" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Xamarin.Forms.SavableObject" Version="1.1.0" />
                    
Directory.Packages.props
<PackageReference Include="Xamarin.Forms.SavableObject" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Xamarin.Forms.SavableObject --version 1.1.0
                    
#r "nuget: Xamarin.Forms.SavableObject, 1.1.0"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#addin nuget:?package=Xamarin.Forms.SavableObject&version=1.1.0
                    
Install as a Cake Addin
#tool nuget:?package=Xamarin.Forms.SavableObject&version=1.1.0
                    
Install as a Cake Tool

NEW UPDATE!!!
     From now, All object Types are supported!
     
     BUGS
     - ObservableCollection is not supported for now, Please use IList on your property and set it in constructor as ObservableCollection. You can find that in sample project.
     
     
     
     
     Just Inherit from SavableObject and use Save() Load() Methods to save and load your data. You can keep your SavableObject as a Static variable or Property to reach from anywhere of your application.

     You can review the sample project from this link:
     https://github.com/enisn/TestAppSavableObject
     
     class UserInfo : SavableObject
     {
     public string Name { get; set;}
     [IgnoreSave]
     public byte Age{ get; set;}

     ~UserInfo()
     {
     Save();
     }
     }

Product Compatible and additional computed target framework versions.
.NETPlatform dotnet is compatible. 
MonoAndroid monoandroid10 is compatible. 
Xamarin.iOS xamarinios10 is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
1.4.1 8,714 4/24/2019
1.4.0 1,664 4/24/2019
1.3.1 1,712 4/23/2019
1.3.0 3,368 5/2/2018
1.2.3 2,276 3/14/2018
1.2.2 2,210 3/10/2018
1.2.1 2,164 3/8/2018
1.2.0 2,047 3/6/2018
1.1.1 2,244 12/30/2017
1.1.0 2,242 12/29/2017
1.0.2 2,253 12/28/2017
1.0.1 2,894 12/28/2017
1.0.0 2,334 12/28/2017