jamesmontemagno / SettingsPlugin

Read and Write Settings Plugin for Xamarin and Windows
MIT License
324 stars 80 forks source link

object type settings (work around) #21

Closed dengere closed 8 years ago

dengere commented 8 years ago

Please take a moment to fill out the following:

Fixes # .

Changes Proposed in this pull request:

library supports string, so i think that we can use serialization. because many setting could encapsulate by object.

jamesmontemagno commented 8 years ago

This is not recommended to save complex objects in settings as there are size limits to strings. Files or Databases should be created. Thanks for the sample, but I do not want to recommend this route to developers.