Go Back   ZeroC Forums > Help Center

Reply
 
LinkBack Thread Tools Rate Thread Display Modes
  #1 (permalink)  
Old 02-23-2007
ctennis ctennis is offline
Registered User
 
Name: Caleb Tennis
Organization: AEI
Project: Project GINA
 
Join Date: Mar 2006
Posts: 120
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
This allows one to utilize Ruby's built in marshalling of data for common persistence applications. As well, it allows Rails users to store proxies in the session and not have to recode a new uncheckedCast connect on every REST request.

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.
Reply With Quote
Reply



Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

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


All times are GMT -4. The time now is 10:37 AM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.0.0
(c) 2008 ZeroC, Inc.