Baqend / Orestes-Bloomfilter

Library of different Bloom filters in Java with optional Redis-backing, counting and many hashing options.
Other
839 stars 245 forks source link

Fix BloomFilter serialization #2

Closed FabioBatSilva closed 11 years ago

FabioBatSilva commented 11 years ago

Hi

This patch fix a NotSerializableException dispatched by readObject while it try to serialize MessageDigest and Charset..

DivineTraube commented 11 years ago

Hi,

thanks for the patch, merged it.