RAA - javaobs/0.2.0

javaobs / 0.2.0

Short description: Java Object Serialization in Ruby
Category: Library/Development
Status: alpha
Created: 2006-04-16 09:31:07 GMT
Last update: 2006-04-16 09:31:07 GMT
Owner: Will Sobel (Projects of this owner)
Homepage: http://rubyforge.org/projects/javaobs/
Download: http://rubyforge.org/projects/javaobs/
License: Ruby's
Dependency:
None
Description:

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..

Versions: [0.3.0 (2006-04-17)] [0.2.0 (2006-04-16)]

Edit this project (for project owner)

back to RAA top