// WARNING: This file was autogenerated by jni-bindgen. Any changes to this file may be lost!!!
#[cfg(any(feature = "all", feature = "java-io-ObjectStreamException"))]
__jni_bindgen! {
/// public class [ObjectStreamException](https://developer.android.com/reference/java/io/ObjectStreamException.html)
///
/// Required feature: "java-io-ObjectStreamException"
public class ObjectStreamException ("java/io/ObjectStreamException") extends crate::java::io::IOException {
}
}