See: Description
| Interface | Description |
|---|---|
| IClassSerializer |
Customization interface for serializing objects into dicts.
|
| IDictToInstance |
Customization interface for turning dicts back into specific objects.
|
| Class | Description |
|---|---|
| ComplexNumber |
A complex number.
|
| DebugVisitor |
Ast nodevisitor that prints out the Ast as a string for debugging purposes
|
| LibraryVersion | |
| ObjectifyVisitor |
Ast nodevisitor that turns the AST into actual Java objects (array, int, IDictionary, string, etc...)
|
| Parser |
Parse a Python literal into an Ast (abstract syntax tree).
|
| SeekableStringReader |
A special string reader that is suitable for the parser to read through
the expression string.
|
| Serializer |
Serialize an object tree to a byte stream.
|
| Exception | Description |
|---|---|
| ParseException |
Exception that is used when a serpent parsing error occurs.
|
Copyright © 2017. All Rights Reserved.