com.twistedmatrix.spread.pb
Class PBJellyEncoder

java.lang.Object
  |
  +--com.twistedmatrix.spread.Jelly.JellyEncoder
        |
        +--com.twistedmatrix.spread.pb.PBJellyEncoder

public class PBJellyEncoder
extends Jelly.JellyEncoder


Field Summary
protected static ByteString COPY
           
 
Constructor Summary
PBJellyEncoder(Broker broker)
          Create a new encoder.
 
Method Summary
protected  java.lang.Object _jellyOther(java.lang.Object o)
          Jelly Referenceable objects.
 
Methods inherited from class com.twistedmatrix.spread.Jelly.JellyEncoder
_jelly, _jelly, jelly, prepare, preserve
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

COPY

protected static final ByteString COPY
Constructor Detail

PBJellyEncoder

public PBJellyEncoder(Broker broker)
Create a new encoder.
Method Detail

_jellyOther

protected java.lang.Object _jellyOther(java.lang.Object o)
Jelly Referenceable objects.
Overrides:
_jellyOther in class Jelly.JellyEncoder
Following copied from class: com.twistedmatrix.spread.Jelly.JellyEncoder
Returns:
null if the object is an instance of an unhandled class.