public interface ObjectMarshal
| Modifier and Type | Field and Description |
|---|---|
static ObjectMarshal |
NOT_MARSHALABLE_MARSHAL |
| Modifier and Type | Method and Description |
|---|---|
void |
marshalTo(Ruby runtime,
Object obj,
RubyClass type,
MarshalStream marshalStream) |
Object |
unmarshalFrom(Ruby runtime,
RubyClass type,
UnmarshalStream unmarshalStream) |
static final ObjectMarshal NOT_MARSHALABLE_MARSHAL
void marshalTo(Ruby runtime, Object obj, RubyClass type, MarshalStream marshalStream) throws IOException
IOExceptionObject unmarshalFrom(Ruby runtime, RubyClass type, UnmarshalStream unmarshalStream) throws IOException
IOExceptionCopyright © 2001-2015 JRuby. All Rights Reserved.