|
|||||||||
| Home >> All >> java >> [ io overview ] | PREV NEXT | ||||||||
Uses of Interface
java.io.Serializable
| Uses of Serializable in java.io |
| Subinterfaces of Serializable in java.io | |
interface |
Externalizable
This interface provides a way that classes can completely control how the data of their object instances are written and read to and from streams. |
| Classes in java.io that implement Serializable | |
class |
CharConversionException
This exception is thrown to indicate that a problem occurred with an attempted character conversion. |
class |
EOFException
This exception is thrown when the end of the file or stream was encountered unexpectedly. |
class |
File
This class represents a file or directory on a local disk. |
class |
FileNotFoundException
This exception is thrown when an attempt is made to access a file that does not exist, or is inaccessible for some other reason (such as writing a read-only file). |
class |
FilePermission
|
class |
InterruptedIOException
This exception is thrown when a in process I/O operation is interrupted for some reason. |
class |
InvalidClassException
This exception is thrown when there is some sort of problem with a class during a serialization operation. |
class |
InvalidObjectException
This exception is thrown when an object fails a validation test during serialization. |
class |
IOException
This exception is thrown to indicate an I/O problem of some sort occurred. |
class |
NotActiveException
This exception is thrown when a problem occurs due to the fact that serialization is not active. |
class |
NotSerializableException
This exception is thrown when a class implements Serializable because of a superclass, but should not be serialized. |
class |
ObjectStreamClass
|
class |
ObjectStreamException
This exception is thrown when a problem occurs during serialization. |
class |
OptionalDataException
This exception is thrown when unexpected data appears in the input stream from which a serialized object is being read. |
class |
SerializablePermission
This class models permissions related to serialization. |
class |
StreamCorruptedException
This exception is thrown when there is an error in the data that is read from a stream during de-serialization. |
class |
SyncFailedException
Thrown when a file synchronization fails. |
class |
UnsupportedEncodingException
This exception is thrown when the requested character encoding is not supported. |
class |
UTFDataFormatException
When reading a UTF string from an input stream, this exception is thrown to indicate that the data read is invalid. |
class |
WriteAbortedException
This exception is thrown when another ObjectStreamException occurs during a serialization read or write. |
| Uses of Serializable in java.lang |
| Classes in java.lang that implement Serializable | |
class |
java.lang.Exception
The root class of all exceptions worth catching in a program. |
class |
java.lang.Throwable
Throwable is the superclass of all exceptions that can be raised. |
| Uses of Serializable in java.security |
| Classes in java.security that implement Serializable | |
class |
java.security.BasicPermission
This class implements a simple model for named permissions without an associated action list. |
class |
java.security.Permission
This class is the abstract superclass of all classes that implement the concept of a permission. |
|
|||||||||
| Home >> All >> java >> [ io overview ] | PREV NEXT | ||||||||