Re: Compatibility of Data iPhone / Mac

2010-05-22 Thread Bleicher Eiko
Thanks, I'll roll my own encoding, then. I should get much less overhead during normal operation then anyway - which could matter in my application. Eiko Am 22.05.2010 um 01:41 schrieb Kyle Sluder: On Fri, May 21, 2010 at 4:35 PM, Eiko Bleicher bleic...@k4it.de wrote: When transferring data

Compatibility of Data iPhone / Mac

2010-05-21 Thread Eiko Bleicher
When transferring data between Mac and iPhone/iPad, serializing via NSKeysedArchiver seems simple and easy. Wrapping up some trivial Objects like NSData, NSDictionary, NSNumber, NSString seems to work. But the question is: is it considered safe to transfer data like that? How likely is this

Re: Compatibility of Data iPhone / Mac

2010-05-21 Thread Kyle Sluder
On Fri, May 21, 2010 at 4:35 PM, Eiko Bleicher bleic...@k4it.de wrote: When transferring data between Mac and iPhone/iPad, serializing via NSKeysedArchiver seems simple and easy. Wrapping up some trivial Objects like NSData, NSDictionary, NSNumber, NSString seems to work. But the question