DOC

net.razorvine : serpent

Maven & Gradle

May 15, 2021
5 usages
48 stars

serpent · Serpent serializes an object tree into a Python ast.literal_eval() compatible literal expression. It is safe to send serpent data to other machines over the network for instance (because only 'safe' literals are encoded). There is also a deserializer or parse provided that turns such a literal expression back into the appropriate Java object tree. It is an alternative to JSON to provide easy data integration between Java and Python. Serpent is more expressive as JSON (it supports more data types).

Table Of Contents

Latest Version

Download net.razorvine : serpent Javadoc & API Documentation - Latest Versions:

All Versions

Download net.razorvine : serpent Javadoc & API Documentation - All Versions:

Version Size Javadoc Updated
1.40
1.30
1.23
1.18
1.17
1.16
1.15
1.13
1.12
1.11

How to open Javadoc JAR file in web browser

  1. Rename the file serpent-1.40-javadoc.jar to serpent-1.40-javadoc.zip
  2. Use your favourite unzip tool (WinRAR / WinZIP) to extract it, now you have a folder serpent-1.40-javadoc
  3. Double click index.html will open the index page on your default web browser.

How to generate Javadoc from a source JAR?

Running the command javadoc:

javadoc --ignore-source-errors -encoding UTF-8 -sourcepath "serpent-1.40-sources.jar" -d "serpent-1.40-javadoc" -subpackages 

Advertisement

Dependencies from Group

May 18, 2021
34 usages
175 stars
May 15, 2021
5 usages
48 stars
May 24, 2023
3 usages
64 stars

Discover Dependencies

Nov 11, 2015
4 usages
249 stars
Apr 05, 2018
2 usages
1 stars
Dec 27, 2019
3 usages
4 stars
Apr 02, 2023
3 usages
0 stars
Mar 26, 2021
6 usages
4 stars
Jul 28, 2023
2 usages
1.3k stars
Aug 03, 2020
8 usages
94 stars
Aug 12, 2015
5 usages
112 stars