mitch
02/09/2022, 9:19 PMarrow-integrations
:arrow: to enable jackson serialization / deserialization of the rest of Arrow datatypes, including Either
, Validated
, and Ior
. They all are made configurable for the end user.
https://github.com/arrow-kt/arrow-integrations/pull/71
I’ve asked the question here on how might we serialize them (last year?). It’s implemented as suggested now. Would really appreciate a review from you all! cc @simon.vergauwensimon.vergauwen
02/10/2022, 8:13 AMmitch
02/10/2022, 9:56 AMsimon.vergauwen
02/20/2022, 5:39 PMmitch
02/20/2022, 8:35 PMsimon.vergauwen
02/21/2022, 9:27 AM