Class SafeObjectInputStream

java.lang.Object
java.io.InputStream
java.io.ObjectInputStream
com.atlassian.secrets.store.algorithm.serialization.SafeObjectInputStream
All Implemented Interfaces:
Closeable, DataInput, ObjectInput, ObjectStreamConstants, AutoCloseable

public class SafeObjectInputStream extends ObjectInputStream
This class is used to deserialize objects from a stream of bytes. It is used to prevent deserialization of objects that are not in the allowlist to prevent deserialization attacks.
Since:
3.2.4
See Also: