Interface | Description |
---|---|
content |
Generic interface for all data that may be read from the stream (except
null).
|
Class | Description |
---|---|
arraycoll |
Typed collection used for storing the values of a serialized array.
|
arrayobj |
Represents an array instance, including the values the comprise the array.
|
blockdata |
Represents an opaque block of data written to the stream.
|
classdesc |
Represents the entire serialized prototype of the class, including all
fields, inner classes, class annotations, and inheritance hierarchy.
|
classobj |
This represents a Class object (i.e. an instance of type Class) serialized in the
stream.
|
contentbase |
Provides a skeleton content implementation.
|
enumobj |
Represents an enum instance.
|
exceptionstate |
This object contains embedded information about a serialization that failed, throwing
an exception.
|
field |
This class represents a field within a class description/declaration (classdesc).
|
Getopt |
Simple getopt()-like implementation.
|
instance |
Represents an instance of a non-enum, non-Class, non-ObjectStreamClass,
non-array class, including the non-transient field values, for all classes in
its hierarchy and inner classes.
|
jdeserialize |
The main user-facing class for the jdeserialize library.
|
LoggerInputStream |
An InputStream designed to record data passing through the stream after a call to
record() is made.
|
stringobj |
Represents a serialized string object.
|
Enum | Description |
---|---|
classdesctype |
Enum for class description types.
|
contenttype | |
fieldtype |
Enum class that describes the type of a field encoded inside a classdesc description.
|
Exception | Description |
---|---|
ExceptionReadException |
Exception used to signal that an exception object was successfully read from the
stream.
|
ValidityException |
Exception that denotes that data in the stream did not conform to the constraints
imposed by the specification.
|