SerialKiller icon indicating copy to clipboard operation
SerialKiller copied to clipboard

Look-Ahead Java Deserialization Library

Results 10 SerialKiller issues
Sort by recently updated
recently updated
newest added

Hi, I greatly improved the speed of deserialization. Adding safe classes to the cache. Results benchmark before the changes: Java Deserialize - **136149,484** ± 1197,541 ops/s SerialKiller Deserialize - **53640,506**...

Can you please create new maven release for 0.5 release

Currently when instantiating the SerialKiller you need to specify the configuration file. `NameOfExpectedClass expectedClass = (NameOfExpectedClass) new SerialKiller(inputstream, "/location/to/serialkiller.conf", NameOfExpectedClass.class ).readObject()` Also if the previously requested feature was added to...

getting an error : `java.nio.file.NoSuchFileException: \tmp\serialkiller.log.lck`

Hi there, I like the idea of this library very much (thanks!), I would like to request the following feature to make it even more useful: Please add a implementation...

enhancement
java9

Hi, I've recently written a similar library. Since it does not make a lot of sense to have two similar open source libraries I've ported the additional features to SerialKiller....

Though the blacklist is in the Git repo it is not included in the release JARs. Right now, a project that wants to include SerialKiller has to: * include the...

enhancement
help wanted
low-priority

It may be interesting to allow users to specify interfaces and block/allow classes implementing those interfaces. It would require to modify the black-listing/white-listing check, adding some logic around `public Class[]...

enhancement
help wanted

Use commons-configuration2 instead of deprecated commons-configuration