
|
If you were logged in you would be able to see more operations.
|
|
|
It should be possible to Marshal wrapped Java objects by doing the following:
- Marshal the wrapper object as normal (need some work to make these safely marshallable)
- Treat the wrapped Java object as user-marshalled data using the "u" tag, for example, and then have the contents of that user-specified format just be normal Java object serialization.
This would allow Marshaling Ruby and Java objects together across the wire to another JRuby instance.
|
|
Description
|
It should be possible to Marshal wrapped Java objects by doing the following:
- Marshal the wrapper object as normal (need some work to make these safely marshallable)
- Treat the wrapped Java object as user-marshalled data using the "u" tag, for example, and then have the contents of that user-specified format just be normal Java object serialization.
This would allow Marshaling Ruby and Java objects together across the wire to another JRuby instance. |
Show » |
|