class documentation
class Viewable(Serializable): (source)
Known subclasses: twisted.web.twcgi.CGIProcessProtocol
I will be converted to a ViewPoint when passed to or returned from a remote method.
The beginning of a peer's interaction with a PB Service is always through a perspective. However, if a perspective_xxx method returns a Viewable, it will be serialized to the peer as a response to that method.
| Method | jelly |
Serialize a ViewPoint for me and the perspective of the given broker. |
Inherited from Serializable:
| Method | process |
Return an ID which uniquely represents this object for this process. |
Inherited from Jellyable (via Serializable):
| Method | get |
Undocumented |
overrides
twisted.spread.pb.Jellyable.jellyForSerialize a ViewPoint for me and the perspective of the given broker.