jar

org.gwt-jsonmaker : gwt-jsonmaker

Maven & Gradle

Mar 22, 2017
0 stars

gwt-jsonmaker · jsonmaker provides an interface to serialize POJOs to JSON and vice-versa gwt-jsonmaker is derived from gwt-jsonizer(http://code.google.com/p/gwt-jsonizer). Please also visit https://code.google.com/archive/p/gwt-jsonmaker/ for more information.

Table Of Contents

Latest Version

Download org.gwt-jsonmaker : gwt-jsonmaker JAR file - Latest Versions:

All Versions

Download org.gwt-jsonmaker : gwt-jsonmaker JAR file - All Versions:

Version Vulnerabilities Size Updated
1.3.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window gwt-jsonmaker-1.3.0.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

org.jsonmaker.gwt.client

├─ org.jsonmaker.gwt.client.Jsonizer.class - [JAR]

├─ org.jsonmaker.gwt.client.JsonizerException.class - [JAR]

├─ org.jsonmaker.gwt.client.JsonizerParser.class - [JAR]

org.jsonmaker.gwt.client.base

├─ org.jsonmaker.gwt.client.base.ArrayJsonizer.class - [JAR]

├─ org.jsonmaker.gwt.client.base.ArrayListJsonizer.class - [JAR]

├─ org.jsonmaker.gwt.client.base.BeanJsonizer.class - [JAR]

├─ org.jsonmaker.gwt.client.base.CollectionJsonizer.class - [JAR]

├─ org.jsonmaker.gwt.client.base.Defaults.class - [JAR]

├─ org.jsonmaker.gwt.client.base.HashMapJsonizer.class - [JAR]

├─ org.jsonmaker.gwt.client.base.HashSetJsonizer.class - [JAR]

├─ org.jsonmaker.gwt.client.base.LinkedHashMapJsonizer.class - [JAR]

├─ org.jsonmaker.gwt.client.base.LinkedHashSetJsonizer.class - [JAR]

├─ org.jsonmaker.gwt.client.base.LinkedListJsonizer.class - [JAR]

├─ org.jsonmaker.gwt.client.base.TreeMapJsonizer.class - [JAR]

├─ org.jsonmaker.gwt.client.base.TreeSetJsonizer.class - [JAR]

├─ org.jsonmaker.gwt.client.base.Utils.class - [JAR]

├─ org.jsonmaker.gwt.client.base.VectorJsonizer.class - [JAR]

org.jsonmaker.gwt.client.annotation

├─ org.jsonmaker.gwt.client.annotation.JsonizerBean.class - [JAR]

├─ org.jsonmaker.gwt.client.annotation.NotNull.class - [JAR]

├─ org.jsonmaker.gwt.client.annotation.PropName.class - [JAR]

├─ org.jsonmaker.gwt.client.annotation.Required.class - [JAR]

├─ org.jsonmaker.gwt.client.annotation.Transient.class - [JAR]

org.jsonmaker.gwt.rebind

├─ org.jsonmaker.gwt.rebind.BeanProperty.class - [JAR]

├─ org.jsonmaker.gwt.rebind.Constants.class - [JAR]

├─ org.jsonmaker.gwt.rebind.JsonizerGenerator.class - [JAR]

├─ org.jsonmaker.gwt.rebind.JsonizerWriter.class - [JAR]

├─ org.jsonmaker.gwt.rebind.RebindUtils.class - [JAR]

Advertisement