[MonoTouch] custom object serialization from monotouch using NSUserDefaults?
Jonathan Pryor
jonpryor at vt.edu
Mon Oct 5 08:57:09 EDT 2009
Untested, but you could try ye standard binary/XML serialization with
Base64 encoding and store the result into NSUserDefaults...
- Jon
On Oct 5, 2009, at 1:31 AM, Chris Sells <csells at sellsbrothers.com>
wrote:
> Is it possible? NSCoder doesn’t seem to have the methods I except. W
> hat are folks doing here? I wrote my own little serializer, but it’s
> prefer to use the real one.
>
>
>
> Or, is there another way to get custom object serialization into
> user settings besides NSUserDefaults? I’m open.
>
> _______________________________________________
> MonoTouch mailing list
> MonoTouch at lists.ximian.com
> http://lists.ximian.com/mailman/listinfo/monotouch
More information about the MonoTouch
mailing list