Yes, at least the Arrow format, JSON and HDF5. JLD[2] the Julia serialization is based on HDF5, but I’m not sure if makes HDF5 ideal. JSON is very common (and Amazon Ion superset of it seems nice), but text only, thus slower. Ion is binary (or text), but hasn’t been implemented as far as I know.
Is there a better alternative than Arrow? It has excellent Julia support.