| Modifier and Type | Class and Description |
|---|---|
| public static class | |
| public static class |
| Modifier and Type | Field and Description |
|---|---|
| private static final int | |
| private static final int | |
| private static final char | |
| private static final char | |
| private static final char | |
| private static final char | |
| private static final char | |
| private static final char | |
| private static final char | |
| private static final char | |
| private static final char | |
| private static final char | |
| private static final char | |
| private static final char | |
| private static final char | |
| private static final char | |
| private static final char | |
| private static final char | |
| private static final char | |
| private static final char | |
| private static final char | |
| private static final char | |
| private static final char | |
| private static final char | |
| private static final char |
| Access | Constructor and Description |
|---|---|
| public |
| Modifier and Type | Method and Description |
|---|---|
| public static void |
| CURRENT_VERSION | back to summary |
|---|---|
| private static final int CURRENT_VERSION | |
| MAX_MARSHAL_STACK_DEPTH | back to summary |
|---|---|
| private static final int MAX_MARSHAL_STACK_DEPTH | |
| TYPE_BINARY_COMPLEX | back to summary |
|---|---|
| private static final char TYPE_BINARY_COMPLEX | |
| TYPE_BINARY_FLOAT | back to summary |
|---|---|
| private static final char TYPE_BINARY_FLOAT | |
| TYPE_CODE | back to summary |
|---|---|
| private static final char TYPE_CODE | |
| TYPE_COMPLEX | back to summary |
|---|---|
| private static final char TYPE_COMPLEX | |
| TYPE_DICT | back to summary |
|---|---|
| private static final char TYPE_DICT | |
| TYPE_ELLIPSIS | back to summary |
|---|---|
| private static final char TYPE_ELLIPSIS | |
| TYPE_FALSE | back to summary |
|---|---|
| private static final char TYPE_FALSE | |
| TYPE_FLOAT | back to summary |
|---|---|
| private static final char TYPE_FLOAT | |
| TYPE_FROZENSET | back to summary |
|---|---|
| private static final char TYPE_FROZENSET | |
| TYPE_INT | back to summary |
|---|---|
| private static final char TYPE_INT | |
| TYPE_INT64 | back to summary |
|---|---|
| private static final char TYPE_INT64 | |
| TYPE_INTERNED | back to summary |
|---|---|
| private static final char TYPE_INTERNED | |
| TYPE_LIST | back to summary |
|---|---|
| private static final char TYPE_LIST | |
| TYPE_LONG | back to summary |
|---|---|
| private static final char TYPE_LONG | |
| TYPE_NONE | back to summary |
|---|---|
| private static final char TYPE_NONE | |
| TYPE_NULL | back to summary |
|---|---|
| private static final char TYPE_NULL | |
| TYPE_SET | back to summary |
|---|---|
| private static final char TYPE_SET | |
| TYPE_STOPITER | back to summary |
|---|---|
| private static final char TYPE_STOPITER | |
| TYPE_STRING | back to summary |
|---|---|
| private static final char TYPE_STRING | |
| TYPE_STRINGREF | back to summary |
|---|---|
| private static final char TYPE_STRINGREF | |
| TYPE_TRUE | back to summary |
|---|---|
| private static final char TYPE_TRUE | |
| TYPE_TUPLE | back to summary |
|---|---|
| private static final char TYPE_TUPLE | |
| TYPE_UNICODE | back to summary |
|---|---|
| private static final char TYPE_UNICODE | |
| _marshal | back to summary |
|---|---|
| public _marshal() | |
| classDictInit | back to summary |
|---|---|
| public static void classDictInit(PyObject dict) | |
| Modifier and Type | Field and Description |
|---|---|
| private boolean | |
| private final PyIOFile | |
| private final int |
| Access | Constructor and Description |
|---|---|
| public | |
| public |
| Modifier and Type | Method and Description |
|---|---|
| public void | |
| public void | |
| public boolean | refersDirectlyTo(PyObject ob)
Implements org. Optional operation. |
| public int | traverse(Visitproc visit, Object arg)
Implements org. Traverses all directly contained |
| private void | |
| private void | |
| private void | |
| private void | |
| private void | |
| private void | |
| private void | |
| private void | |
| private void | |
| private void |
| debug | back to summary |
|---|---|
| private boolean debug | |
| file | back to summary |
|---|---|
| private final PyIOFile file | |
| version | back to summary |
|---|---|
| private final int version | |
| Marshaller | back to summary |
|---|---|
| public Marshaller(PyObject file) | |
| Marshaller | back to summary |
|---|---|
| public Marshaller(PyObject file, int version) | |
| _debug | back to summary |
|---|---|
| public void _debug() | |
| dump | back to summary |
|---|---|
| public void dump(PyObject obj) | |
| refersDirectlyTo | back to summary |
|---|---|
| public boolean refersDirectlyTo(PyObject ob) Implements org. Doc from org. Optional operation.
Should only be implemented if it is more efficient
than calling
| |
| traverse | back to summary |
|---|---|
| public int traverse(Visitproc visit, Object arg) Implements org. Doc from org. Traverses all directly contained
| |
| write_binary_float | back to summary |
|---|---|
| private void write_binary_float(PyFloat f) | |
| write_byte | back to summary |
|---|---|
| private void write_byte(char c) | |
| write_float | back to summary |
|---|---|
| private void write_float(PyFloat f) | |
| write_int | back to summary |
|---|---|
| private void write_int(int x) | |
| write_long | back to summary |
|---|---|
| private void write_long(BigInteger x) | |
| write_long64 | back to summary |
|---|---|
| private void write_long64(long x) | |
| write_object | back to summary |
|---|---|
| private void write_object(PyObject v, int depth) | |
| write_short | back to summary |
|---|---|
| private void write_short(short x) | |
| write_string | back to summary |
|---|---|
| private void write_string(String s) | |
| write_strings | back to summary |
|---|---|
| private void write_strings(String[] some_strings, int depth) | |
| Modifier and Type | Field and Description |
|---|---|
| private boolean | |
| pack-priv int | |
| private final PyIOFile | |
| private final PyList | |
| private final int |
| Access | Constructor and Description |
|---|---|
| public | |
| public |
| Modifier and Type | Method and Description |
|---|---|
| public void | |
| private static PyException | |
| public PyObject | |
| private double | |
| private int | |
| private double | |
| private int | |
| private BigInteger | |
| private long | |
| private PyObject | |
| private PyObject | |
| private int | |
| private String | |
| private String[] | |
| public boolean | refersDirectlyTo(PyObject ob)
Implements org. Optional operation. |
| public int | traverse(Visitproc visit, Object arg)
Implements org. Traverses all directly contained |
| debug | back to summary |
|---|---|
| private boolean debug | |
| depth | back to summary |
|---|---|
| pack-priv int depth | |
| file | back to summary |
|---|---|
| private final PyIOFile file | |
| strings | back to summary |
|---|---|
| private final PyList strings | |
| version | back to summary |
|---|---|
| private final int version | |
| Unmarshaller | back to summary |
|---|---|
| public Unmarshaller(PyObject file) | |
| Unmarshaller | back to summary |
|---|---|
| public Unmarshaller(PyObject file, int version) | |
| _debug | back to summary |
|---|---|
| public void _debug() | |
| badMarshalData | back to summary |
|---|---|
| private static PyException badMarshalData(String reason) Helper returning "bad marshal data" or "bad marshal data ( | |
| load | back to summary |
|---|---|
| public PyObject load() | |
| read_binary_float | back to summary |
|---|---|
| private double read_binary_float() | |
| read_byte | back to summary |
|---|---|
| private int read_byte() | |
| read_float | back to summary |
|---|---|
| private double read_float() | |
| read_int | back to summary |
|---|---|
| private int read_int() | |
| read_long | back to summary |
|---|---|
| private BigInteger read_long() | |
| read_long64 | back to summary |
|---|---|
| private long read_long64() | |
| read_object | back to summary |
|---|---|
| private PyObject read_object(int depth) | |
| read_object_notnull | back to summary |
|---|---|
| private PyObject read_object_notnull(int depth) | |
| read_short | back to summary |
|---|---|
| private int read_short() | |
| read_string | back to summary |
|---|---|
| private String read_string(int n) | |
| read_strings | back to summary |
|---|---|
| private String[] read_strings(int depth) | |
| refersDirectlyTo | back to summary |
|---|---|
| public boolean refersDirectlyTo(PyObject ob) Implements org. Doc from org. Optional operation.
Should only be implemented if it is more efficient
than calling
| |
| traverse | back to summary |
|---|---|
| public int traverse(Visitproc visit, Object arg) Implements org. Doc from org. Traverses all directly contained
| |