DOC

org.atmosphere : gwtprojsonserializer

Maven & Gradle

Sep 04, 2012
10 usages

GWTProJSONSerializer · GWT Professional JSON Serializer allows you to serialize any JSON text into a java object (and reverse). It is crucial functionality when there is no GWT-RPC on server side. This JSON serializer allows easy connecting GWT client side to any standard server side technology.

Table Of Contents

Latest Version

Download org.atmosphere : gwtprojsonserializer Javadoc & API Documentation - Latest Versions:

All Versions

Download org.atmosphere : gwtprojsonserializer Javadoc & API Documentation - All Versions:

Version Size Javadoc Updated
1.0.x

How to open Javadoc JAR file in web browser

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

Advertisement