|
[
Permalink
| « Hide
]
Charles Oliver Nutter added a comment - 21/Oct/07 10:16 PM
This is because our JavaObject wrapper does not delegate marshalling to Java serialization. We should probably fix this for 1.1, so that Java objects can be marshaled.
Punting issues from 1.1 RC2 to 1.1 final.
Java integration related, and a bit involved too. Post 1.1.
See also
This works now in JRuby 1.2, since I implemented marshalling for wrapped Java objects using Java serialization.
=> #<DRb::DRbObject:0x4662a3a1 @uri="druby://192.168.0.105:60863", @ref=nil>
irb(main):004:0> Fu.ruby_hash_please
=> {"foo"=>"bar"}
|
|||||||||||||||||||||||||||||||||||||||||||||||