com.twistedmatrix.spread
Class Jelly
java.lang.Object
|
+--com.twistedmatrix.spread.Jelly
- public class Jelly
- extends java.lang.Object
Encode and decode objects using Jelly format s-expressions.
Constructor Summary |
Jelly()
|
Method Summary |
static java.lang.Object |
jelly(java.lang.Object o)
Encode an object in jelly format, using default policy. |
static java.lang.Object |
unjelly(java.lang.Object o)
Decode an object in jelly format, using default policy. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NONE
protected static final ByteString NONE
CLASS
protected static final ByteString CLASS
MODULE
protected static final ByteString MODULE
FUNCTION
protected static final ByteString FUNCTION
REFERENCE
protected static final ByteString REFERENCE
DEREFERENCE
protected static final ByteString DEREFERENCE
PERSISTENT
protected static final ByteString PERSISTENT
DICTIONARY
protected static final ByteString DICTIONARY
LIST
protected static final ByteString LIST
TUPLE
protected static final ByteString TUPLE
UNPERSISTABLE
protected static final ByteString UNPERSISTABLE
UNICODE
protected static final ByteString UNICODE
BOOLEAN
protected static final ByteString BOOLEAN
TRUE
protected static final ByteString TRUE
FALSE
protected static final ByteString FALSE
Jelly
public Jelly()
jelly
public static java.lang.Object jelly(java.lang.Object o)
- Encode an object in jelly format, using default policy.
unjelly
public static java.lang.Object unjelly(java.lang.Object o)
- Decode an object in jelly format, using default policy.