com.twistedmatrix.spread
Class Jelly.NotKnown
java.lang.Object
|
+--com.twistedmatrix.spread.Jelly.NotKnown
- Direct Known Subclasses:
- Jelly.Dereference
- Enclosing class:
- Jelly
- protected static class Jelly.NotKnown
- extends java.lang.Object
Decoder for jelly objects.
Lists and tuples are decoded as Object[], dictionaries as PrimitiveMaps,
strings as ByteStrings, integers as Integers, floats as Floats and
None as null.
Instances, modules, etc. are not supported at this time.
Method Summary |
protected void |
addDependant(java.lang.Object objectCollection,
java.lang.Object key)
|
protected void |
resolveDependants(java.lang.Object newObject)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Jelly.NotKnown
protected Jelly.NotKnown()
addDependant
protected void addDependant(java.lang.Object objectCollection,
java.lang.Object key)
resolveDependants
protected void resolveDependants(java.lang.Object newObject)