Changeset [5f3c767e52aae65a6b83403ac40b289888042d6c] by Rodrigo Mazzilli
September 10th, 2009 @ 08:17 AM
Fix issue with deserialization of [NSNull null] to NSString.
Instead of
deserialization to "<null", we now correctly serialize to
nil.
See
http://groups.google.com/group/objectiveresource/browse_thread/thre...
Signed-off-by: Joshua Vickery josh@yfactorial.com
http://github.com/yfactorial/objectivesupport/commit/5f3c767e52aae6...
Committed by Rodrigo Mazzilli
- M Classes/lib/Serialization/NSString+Serialize.m
- M Classes/lib/Serialization/Serialize.h
- M objective_support.xcodeproj/project.pbxproj
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile ยป
Port of Rails' ActiveResource framework to the iPhone.