I want to conver BloomFilter to String, store it and then get it from String. If I do it using just byte array, without converting to String – everything is ok: BloomFilter filter = …
I want to conver BloomFilter to String, store it and then get it from String. If I do it using just byte array, without converting to String – everything is ok: BloomFilter filter = …