Import required classes from java 17
This commit is contained in:
parent
d687b0902b
commit
5eec39791e
1 changed files with 3 additions and 1 deletions
|
|
@ -3,6 +3,8 @@
|
|||
(:import
|
||||
(java.lang.invoke VarHandle)
|
||||
(jdk.incubator.foreign
|
||||
CLinker
|
||||
FunctionDescriptor
|
||||
MemoryAccess
|
||||
MemoryAddress
|
||||
MemoryHandles
|
||||
|
|
@ -10,7 +12,7 @@
|
|||
MemoryLayout$PathElement
|
||||
MemoryLayouts
|
||||
MemorySegment
|
||||
FunctionDescriptor)))
|
||||
ResourceScope)))
|
||||
|
||||
(defmulti serialize*
|
||||
"Writes a serialized version of the `obj` to the given `segment`.
|
||||
|
|
|
|||
Loading…
Reference in a new issue