Interface StructLayout.WriteFunction
- Enclosing class:
StructLayout
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
A write function that serializes a record to native memory at a given offset.
-
Method Summary
Modifier and TypeMethodDescriptionvoidwrite(NativeMemory memory, long baseOffset, Object record)
-
Method Details
-
write
-