Package | Description |
---|---|
jdeserialize |
Modifier and Type | Class and Description |
---|---|
class |
arrayobj
Represents an array instance, including the values the comprise the array.
|
class |
blockdata
Represents an opaque block of data written to the stream.
|
class |
classdesc
Represents the entire serialized prototype of the class, including all
fields, inner classes, class annotations, and inheritance hierarchy.
|
class |
classobj
This represents a Class object (i.e. an instance of type Class) serialized in the
stream.
|
class |
enumobj
Represents an enum instance.
|
class |
exceptionstate
This object contains embedded information about a serialization that failed, throwing
an exception.
|
class |
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.
|
class |
stringobj
Represents a serialized string object.
|