NSData Deprecations
NSData Deprecations
- Subject: NSData Deprecations
- From: Isaac Sherman <email@hidden>
- Date: Tue, 17 Sep 2002 13:49:14 -0400
I came across a deprecated function that I use extensively; NSData's
deserializeIntAtIndex:, and it's sister function, NSMutableData's
serializeIntAtIndex:. It appears my only alternative is to rewrite several
large blocks of code to use the NSPropertyList thingie instead, which seems
overkill to me (considering that several of my uses are just for encoding a
single number in a temporary file). The thing that pisses me off is that
Apple didn't even ask my permission! Anyway, are there any other
alternatives?
TIA,
--
Isaac Sherman
MotaSoft Software
http://homepage.mac.com/huperzoevs/
_______________________________________________
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.