DOC

de.pribluda.android : jsonmarshaller

Maven & Gradle

Sep 14, 2011
16 stars

JSON Marshaller · Small lightweight json marshaller for POJOs to use in android applications. Uses GSON pull parser and zero configuration approach. Suitable for big JSON files

Table Of Contents

Latest Version

Download de.pribluda.android : jsonmarshaller Javadoc & API Documentation - Latest Versions:

All Versions

Download de.pribluda.android : jsonmarshaller Javadoc & API Documentation - All Versions:

Version Size Javadoc Updated
0.6

How to open Javadoc JAR file in web browser

  1. Rename the file jsonmarshaller-0.6-javadoc.jar to jsonmarshaller-0.6-javadoc.zip
  2. Use your favourite unzip tool (WinRAR / WinZIP) to extract it, now you have a folder jsonmarshaller-0.6-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 "jsonmarshaller-0.6-sources.jar" -d "jsonmarshaller-0.6-javadoc" -subpackages