Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 283 Bytes

README.md

File metadata and controls

9 lines (6 loc) · 283 Bytes

Record Serialization Util

A small set of utility methods to make record serialization work

The project includes:

  • commons with general utilities
  • reflect with utilities using Core Reflection (java.lang.reflect)
  • invoke with utilities using MethodHandles (java.lang.invoke)