Package jnr.ffi.provider.jffi
Interface DefaultInvokerFactory.Marshaller
- All Known Implementing Classes:
DefaultInvokerFactory.BooleanMarshaller
,DefaultInvokerFactory.BufferMarshaller
,DefaultInvokerFactory.Float32Marshaller
,DefaultInvokerFactory.Float64Marshaller
,DefaultInvokerFactory.Int16Marshaller
,DefaultInvokerFactory.Int32Marshaller
,DefaultInvokerFactory.Int64Marshaller
,DefaultInvokerFactory.Int8Marshaller
,DefaultInvokerFactory.PointerMarshaller
,DefaultInvokerFactory.PrimitiveArrayMarshaller
,DefaultInvokerFactory.ToNativeConverterMarshaller
- Enclosing class:
DefaultInvokerFactory
static interface DefaultInvokerFactory.Marshaller
-
Method Summary
Modifier and TypeMethodDescriptionvoid
marshal
(InvocationSession session, com.kenai.jffi.HeapInvocationBuffer buffer, Object parameter)
-
Method Details
-
marshal
void marshal(InvocationSession session, com.kenai.jffi.HeapInvocationBuffer buffer, Object parameter)
-