Converting NSDictionary to NSData
Converting NSDictionary to NSData
- Subject: Converting NSDictionary to NSData
- From: Jesus De Meyer <email@hidden>
- Date: Sun, 24 Aug 2003 16:01:48 +0200
What's the best way to convert an NS(Mutable)Dictionary to NSData?
Would this work:
[NSData dataWithBytes:myDict length:[myDict count]]
_______________________________________________
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.