Xamarin.Forms.SavableObject 1.1.1

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.1
NuGet\Install-Package Xamarin.Forms.SavableObject -Version 1.1.1
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.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Xamarin.Forms.SavableObject --version 1.1.1
#r "nuget: Xamarin.Forms.SavableObject, 1.1.1"
#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.
// Install Xamarin.Forms.SavableObject as a Cake Addin
#addin nuget:?package=Xamarin.Forms.SavableObject&version=1.1.1

// Install Xamarin.Forms.SavableObject as a Cake Tool
#tool nuget:?package=Xamarin.Forms.SavableObject&version=1.1.1

NEW UPDATE!!!
     -From now, All object Types are supported!
     
     
     MINOR UPDATE
     -Fixed Saving strings.
     
     
     
     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,471 4/24/2019
1.4.0 1,474 4/24/2019
1.3.1 1,519 4/23/2019
1.3.0 2,997 5/2/2018
1.2.3 1,903 3/14/2018
1.2.2 1,839 3/10/2018
1.2.1 1,801 3/8/2018
1.2.0 1,769 3/6/2018
1.1.1 1,863 12/30/2017
1.1.0 1,896 12/29/2017
1.0.2 1,869 12/28/2017
1.0.1 2,433 12/28/2017
1.0.0 1,955 12/28/2017