|
|
|
|||||
|
IceRuby: marshalling data
I'd like to request consideration of the addition of marshalling code (utilizing Ruby's Marshal module) to proxies. Something like this:
Code:
class ::Ice::ObjectPrx
def _dump(depth)
ice_toString
end
def _load(str)
self.uncheckedCast(str)
end
end
Thanks!
__________________
Caleb Tennis Analytical Engineering, Inc. http://www.aei-tech.com Project: Our facility infrastructure heavily utilizes Ice Gentoo ebuild maintainer for Ice, IceRuby, etc. |
![]() |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | Rate This Thread |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Possible IceRuby bug? | jesse@mind.net | Bug Reports | 2 | 01-04-2007 05:55 PM |
| Disable marshalling | mykael | Help Center | 4 | 07-05-2006 11:26 AM |
| in data with out parameters? | ctennis | Help Center | 1 | 06-29-2006 10:48 AM |
| A question about getting data | laotee | Help Center | 4 | 09-20-2005 09:29 AM |
| IcePack.Registry.Data and IcePack.Node.Data directories | vsonnathi | Comments | 0 | 10-21-2004 06:12 PM |