bloombroom icon indicating copy to clipboard operation
bloombroom copied to clipboard

Serialization support

Open Korrigan opened this issue 2 years ago • 0 comments

Added serialization support by adding BloomFilter.from_bytes method as well as BitField#to_bytes. So we can dump a bloomfilter data/options to any format we want using serialized data generated by Bitfield#to_bytes and deserialize it later.

Korrigan avatar Dec 14 '22 15:12 Korrigan