The Artima Developer Community
Sponsored Link

Ruby Buzz Forum
Deserialize Java Objects Into Ruby

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
Obie Fernandez

Posts: 608
Nickname: obie
Registered: Aug, 2005

Obie Fernandez is a Technologist for ThoughtWorks
Deserialize Java Objects Into Ruby Posted: Apr 19, 2006 1:18 PM
Reply to this message Reply

This post originated from an RSS feed registered with Ruby Buzz by Obie Fernandez.
Original Post: Deserialize Java Objects Into Ruby
Feed Title: Obie On Rails (Has It Been 9 Years Already?)
Feed URL: http://jroller.com/obie/feed/entries/rss
Feed Description: Obie Fernandez talks about life as a technologist, mostly as ramblings about software development and consulting. Nowadays it's pretty much all about Ruby and Ruby on Rails.
Latest Ruby Buzz Posts
Latest Ruby Buzz Posts by Obie Fernandez
Latest Posts From Obie On Rails (Has It Been 9 Years Already?)

Advertisement

Spotted on RAA today: javaobs

By Will Sobel on Library/Development

Java object stream is a pure Ruby implementation of Java serialization. This module decodes the Java stream and creates dynamic Ruby objects based on the meta information contained in the serialized stream. Contains similar methods to the Java serialization package to implement Externalizable objects.

Both reading and writing of serialization streams are supported. To write an object a sample object must be read to initialize the UUID associated with the class or the UUID must be supplied to the Java meta class.

A similar module was used to test a Java RPC infrastructure that sent objects over a socket using serialization. Ruby proved to be a much more dynamic test harness than the Java counterpart.

This is a very early release..

Read: Deserialize Java Objects Into Ruby

Topic: getindi, beta 2 Previous Topic   Next Topic Topic: A Camper Launches TimeCert

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use