Re: NSArchiver Cross Platform?
Re: NSArchiver Cross Platform?
- Subject: Re: NSArchiver Cross Platform?
- From: The Amazing Llama <email@hidden>
- Date: Thu, 17 Jul 2003 11:35:31 -0700
That depends on what you're Archiving.
If you set the archiver to XML format and stick to what's allowed in a
plist, probably (NSDate might be a little work). The exception here
would probably by NSData, which is really just a byte stream.
If you're venturing further afield than that, probably not. Start
writing some XML of your own.
On Thursday, July 17, 2003, at 09:06 AM, Bryan Rieger wrote:
Can data written to file using NSArchiver from a Cocoa app be read by a
Windows app?
Seth A. Roby The Amazing Llama < mail or AIM me at tallama at mac dot
com>
"Life is like an exploded clown. It's really funny until you figure out
what just happened."
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.