Would you consider to serialize faster and with less allocations?
I have a couple of projects that have routines or tricks which can be reused here:
- fast-string-interpolator that uses pre-allocated thread local instances of
java.lang.StringBuilder under hood.
- jsoniter-scala that has very efficient routines for serialization of
double or float primitives, java.util.UUID, and java.time.* classes.