Package | Description |
---|---|
jdeserialize |
Class and 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.
|
classdesctype
Enum for class description types.
|
classobj
This represents a Class object (i.e. an instance of type Class) serialized in the
stream.
|
content
Generic interface for all data that may be read from the stream (except
null).
|
contentbase
Provides a skeleton content implementation.
|
contenttype |
enumobj
Represents an enum instance.
|
field
This class represents a field within a class description/declaration (classdesc).
|
fieldtype
Enum class that describes the type of a field encoded inside a classdesc description.
|
Getopt
Simple getopt()-like implementation.
|
Getopt.OptionParseException |
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.
|
stringobj
Represents a serialized string object.
|
ValidityException
Exception that denotes that data in the stream did not conform to the constraints
imposed by the specification.
|