I am trying to read a file created in a different machine, and I get this error which seems to be a version mismatch error. My Julia is version 1.5.3. I have no idea how to proceed from this point.
julia> using Serialization;
julia> using SparseArrays;
julia> K=deserialize("Rosalind_TSS_BistochKer_N=20000_Q=4_off=50_eps=0.002.txt");
ERROR: LoadError: Cannot read stream serialized with a newer version of Julia.
Got data version 13 > current version 10