[Android.Runtime.Register("java/io/ObjectStreamException", DoNotGenerateAcw=true)] public abstract class ObjectStreamException : IOException
Remarks
Signals some sort of problem during either serialization or deserialization
of objects. This is actually the superclass of several other, more specific
exception classes.