Closed mirko-plowtech closed 1 year ago
Inferno.VersionControl.Operations is writing VCObjectHashs to binary files, and it is using a custom serialiser called vcObjectHashToByteString instead of the Binary typeclass' put/get.
Inferno.VersionControl.Operations
VCObjectHashs
vcObjectHashToByteString
Binary
Extra: We could add golden tests for it.
Update: As the library already has cereal as dependency, I will implement Serialize for VCObjectHash
cereal
Serialize
VCObjectHash
Inferno.VersionControl.Operations
is writingVCObjectHashs
to binary files, and it is using a custom serialiser calledvcObjectHashToByteString
instead of theBinary
typeclass' put/get.Extra: We could add golden tests for it.