| Class | Description |
|---|---|
| ClientEncoder |
Class used by Renderers to write Java Objects to the client using the correct syntax for the client environment.
|
| ClientFlavorDecoder<T> |
Class for decoding data received from the client to the appropriate TransferData after the Marshalling subsystem's default type conversion has already been applied.
|
| DataFlavor<T> |
Object identifying a kind of Data that can be retrieved from a Transferable.
|
| MarshallingService |
Service class for Marshalling and unmarshalling data between the client and the server.
|
| SimpleTransferable |
Object representing a drag and drop, drop on the client
|
| SimpleTransferData<T> |
Holder of the data being transferred where the DataFlavor and data are specified.
|
| Transferable |
Object representing a drag and drop, drop on the client
|
| TransferData<T> |
Holder of data being transferred.
|
| Exception | Description |
|---|---|
| ParseException |
Exception thrown by unmarshalling classes when attempting to decode input
|