bug in deserializing CamelCase in FromXMLDelegate
Reported by Joshua Vickery | 2009-02-10 07:50:32 UTC | in ObjectiveResource 1.01
http://groups.google.com/group/o...
The code in question is on line 46 of FromXMLDelegate.m
We need to add a test for this (a multi-word root level Ruby class).
Comments and changes to this ticket
-

-

-

Ryan Daigle 2009-02-17 13:34:33 UTC
(from [aa08bebf52b18782998d5fe7c5c29e98f8625f5f]) [#40] handle multi word class names , [#23] added unit tests for json and xml serialization and deserialization. Improved serialization of NSNumber , added a way to format NSDate serialization http://github.com/yfactorial/obj...
-

jjburka 2009-02-17 13:37:20 UTC
- Assigned user changed from jjburka to Joshua Vickery
-

Joshua Vickery 2009-02-18 12:52:00 UTC
- Assigned user changed from Joshua Vickery to jjburka
nice -- I realize what was going on with NSNumber confusion. NSString implements all the NSNumber methods (intValue, floatValue, etc) which is why it worked before this fix
go ahead and update ORes with this and resolve the ticket
-

-

jjburka 2009-02-18 16:42:06 UTC
- State changed from new to resolved
Please Sign in or create a free account to add a new ticket.
With your very own profile, you can contribute to projects, track your activity, watch tickets, receive and update tickets through your email and much more.
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.
People watching this ticket
Referenced by
-
40
bug in deserializing CamelCase in FromXMLDelegate
(from [aa08bebf52b18782998d5fe7c5c29e98f8625f5f]) [#40] h...
-
23
update tests to run with both JSON and XML
(from [aa08bebf52b18782998d5fe7c5c29e98f8625f5f]) [#40] h...
-
23
update tests to run with both JSON and XML
all good, see comments on #40