| Interface | Description |
|---|---|
| ExternalizeConstants |
Common Externalize Constants
|
| ObjectInputStreamWithCL.ClassResolver |
This interface is used to resolve OSGi declared serializable classes.
|
| SafeSerializable |
This is a marker interface that indicates that the Object
and all contents of the Object can be serialized safely without
buffering.
|
| Class | Description |
|---|---|
| ActivateUtils |
Some Externalize objects must be "activated" after they are read.
|
| DebugObjectInput |
DebugObjectInput delegates to an ObjectInput object.
|
| DebugObjectOutputStream |
DebugObjectOutputStream delegates to an ObjectOutput object.
|
| MessageExternalizeUtils |
Utility to read/write the Message of a MessageContext
Message Object Format.
|
| ObjectInputStreamWithCL |
An ObjectInputStream that is constructed with a ClassLoader or ClassResolver.
|
| SafeObjectInputStream |
A SafeObjectInputStream reads data that was written by SafeObjectOutputStream
|
| SafeObjectOutputStream |
A SafeObjectOutputStream provides extra mechanisms to ensure that
objects can be safely serialized to the ObjectOutput.
|
Copyright © 2004–2020 The Apache Software Foundation. All rights reserved.