NTNU-IHB / FMI4j

FMI4j is a software package for dealing with Functional Mockup Units (FMUs) on the JVM
MIT License
32 stars 16 forks source link

Replace JAXB with Jackson and allow ByteBuffer usage #120

Closed markaren closed 3 years ago

markaren commented 3 years ago

Removed JAXB dependency, allowing FMI4j to be used on JDK's later than 1.8 Allows direct ByteBuffers to be used to set/get variables for performance.

Closes #119 Closes #118