You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This way, one could use SerialKiller without having to change every ObjectInputStream call (which is kind of error-prone, because you can easily miss one).
Thanks in advance!
The text was updated successfully, but these errors were encountered:
The library is currently supporting Java8, while ObjectInputFilter is available on Java9 only.
It's a great idea, but we would need to implement a mechanism to decide the strategy based on the specific JVM version. Feasible, but there is definitely some work involved.
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 of https://docs.oracle.com/javase/9/docs/api/java/io/ObjectInputFilter.html
This way, one could use SerialKiller without having to change every ObjectInputStream call (which is kind of error-prone, because you can easily miss one).
Thanks in advance!
The text was updated successfully, but these errors were encountered: