| Package | Description |
|---|---|
| net.razorvine.serpent |
Serpent, a Python literal expression serializer/deserializer
(a.k.a.
|
| Modifier and Type | Method and Description |
|---|---|
Ast |
Parser.parse(byte[] serialized)
Parse from a byte array (containing utf-8 encoded string with the Python literal expression in it)
|
Ast |
Parser.parse(String expression)
Parse from a string with the Python literal expression
|
Copyright © 2017. All Rights Reserved.