abstract static class DefaultMethodFactory.NonSessionMarshaller extends java.lang.Object implements ParameterMarshaller
| Constructor and Description |
|---|
NonSessionMarshaller() |
| Modifier and Type | Method and Description |
|---|---|
void |
marshal(Invocation invocation,
com.kenai.jffi.InvocationBuffer buffer,
IRubyObject parameter) |
boolean |
requiresPostInvoke() |
boolean |
requiresReference() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitmarshalpublic final boolean requiresPostInvoke()
requiresPostInvoke in interface ParameterMarshallerpublic final boolean requiresReference()
requiresReference in interface ParameterMarshallerpublic final void marshal(Invocation invocation, com.kenai.jffi.InvocationBuffer buffer, IRubyObject parameter)
marshal in interface ParameterMarshaller