Java.IO.ObjectStreamException Class
Signals some sort of problem during either serialization or deserialization of objects.

See Also: ObjectStreamException Members

Syntax

[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.

See Also

[Android Documentation]

Requirements

Namespace: Java.IO
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1