Ticket #4046 enhancement new
Classes for safe data transfer (enhancements for pb.spread)
| Reported by: | moonstruxx | Owned by: | warner |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | pb | Keywords: | |
| Cc: | Branch: | ||
| Author: | Launchpad Bug: |
Description
These classes should help to transfer data blobs. The Baseclass are the Transferable and as the remote counterpart the RemoteTransferable. Subclasses are TransferableDictionary,TransferableString and TransferableList. It's possible to mix the datatypes. The client will receive a RemoteTransferable which has to be restored by it's .restore() function. The restore function returns the restored element. Exception will be raised if the data element of an unrestored RemoteTransferable is accessed.
Attachments
Change History
Note: See
TracTickets for help on using
tickets.

