org.jruby.runtime
Interface ObjectMarshal
public interface ObjectMarshal
- Author:
- headius
NOT_MARSHALABLE_MARSHAL
static final ObjectMarshal NOT_MARSHALABLE_MARSHAL
marshalTo
void marshalTo(Ruby runtime,
java.lang.Object obj,
RubyClass type,
MarshalStream marshalStream)
throws java.io.IOException
- Throws:
java.io.IOException
unmarshalFrom
java.lang.Object unmarshalFrom(Ruby runtime,
RubyClass type,
UnmarshalStream unmarshalStream)
throws java.io.IOException
- Throws:
java.io.IOException
Copyright © 2002-2009 JRuby Team. All Rights Reserved.