aboutsummaryrefslogtreecommitdiffstats
path: root/actionwebservice/lib/action_web_service/casting.rb
Commit message (Expand)AuthorAgeFilesLines
* Fix regression where nil values were incorrectly being cast into theLeon Breedt2005-04-191-0/+1
* Remove a cause of casting failure for XML-RPC by ignoring structure members notLeon Breedt2005-04-161-2/+2
* be explicit about the object to do #instance_eval in for delegated dispatching,Leon Breedt2005-04-051-2/+1
* * Fix casting of nested members in structured types if we have a signatureLeon Breedt2005-04-041-3/+10
* don't use SyncEnumerator, its far too slow to be used in something frequently...Leon Breedt2005-04-031-2/+2
* * collapse 'ws' back into protocols, it just added complexity and indirection...Leon Breedt2005-04-021-0/+105