Serialize HashSet into a binary file
Hello. I want to serialize a hashset into a binary file.
I tried using BinaryFormatter but its obsolete. I dont want to save it as xml or json but as pure bytes.
How could I do it?
I tried using BinaryFormatter but its obsolete. I dont want to save it as xml or json but as pure bytes.
How could I do it?