jar

com.github.nmorel.gwtjackson : gwt-jackson-objectify

Maven & Gradle

Sep 16, 2018
110 stars

gwt-jackson :: Extensions :: Objectify · Extension to support Objectify types like Ref or Key

Table Of Contents

Latest Version

Download com.github.nmorel.gwtjackson : gwt-jackson-objectify JAR file - Latest Versions:

All Versions

Download com.github.nmorel.gwtjackson : gwt-jackson-objectify JAR file - All Versions:

Version Vulnerabilities Size Updated
0.15.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-jackson-objectify-0.15.4.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.github.nmorel.gwtjackson.objectify.rebind

├─ com.github.nmorel.gwtjackson.objectify.rebind.ObjectifyConfiguration.class - [JAR]

com.github.nmorel.gwtjackson.objectify.client

├─ com.github.nmorel.gwtjackson.objectify.client.KeyJsonDeserializer.class - [JAR]

├─ com.github.nmorel.gwtjackson.objectify.client.KeyJsonSerializer.class - [JAR]

├─ com.github.nmorel.gwtjackson.objectify.client.KeyKeyDeserializer.class - [JAR]

├─ com.github.nmorel.gwtjackson.objectify.client.KeyKeySerializer.class - [JAR]

├─ com.github.nmorel.gwtjackson.objectify.client.RawKeyJsonDeserializer.class - [JAR]

├─ com.github.nmorel.gwtjackson.objectify.client.RawKeyJsonSerializer.class - [JAR]

├─ com.github.nmorel.gwtjackson.objectify.client.RawKeyKeyDeserializer.class - [JAR]

├─ com.github.nmorel.gwtjackson.objectify.client.RawKeyKeySerializer.class - [JAR]

├─ com.github.nmorel.gwtjackson.objectify.client.RefJsonDeserializer.class - [JAR]

├─ com.github.nmorel.gwtjackson.objectify.client.RefJsonSerializer.class - [JAR]

├─ com.github.nmorel.gwtjackson.objectify.client.RefKeyDeserializer.class - [JAR]

├─ com.github.nmorel.gwtjackson.objectify.client.RefKeySerializer.class - [JAR]

com.github.nmorel.gwtjackson.objectify.shared

├─ com.github.nmorel.gwtjackson.objectify.shared.KeyConstant.class - [JAR]

├─ com.github.nmorel.gwtjackson.objectify.shared.RawKeyConstant.class - [JAR]

├─ com.github.nmorel.gwtjackson.objectify.shared.RefConstant.class - [JAR]

com.github.nmorel.gwtjackson.objectify.server

├─ com.github.nmorel.gwtjackson.objectify.server.KeyJsonSerializer.class - [JAR]

├─ com.github.nmorel.gwtjackson.objectify.server.KeyStdDeserializer.class - [JAR]

├─ com.github.nmorel.gwtjackson.objectify.server.KeyStdKeyDeserializer.class - [JAR]

├─ com.github.nmorel.gwtjackson.objectify.server.KeyStdSerializer.class - [JAR]

├─ com.github.nmorel.gwtjackson.objectify.server.ObjectifyJacksonModule.class - [JAR]

├─ com.github.nmorel.gwtjackson.objectify.server.RawKeyJsonSerializer.class - [JAR]

├─ com.github.nmorel.gwtjackson.objectify.server.RawKeyStdDeserializer.class - [JAR]

├─ com.github.nmorel.gwtjackson.objectify.server.RawKeyStdKeyDeserializer.class - [JAR]

├─ com.github.nmorel.gwtjackson.objectify.server.RawKeyStdSerializer.class - [JAR]

├─ com.github.nmorel.gwtjackson.objectify.server.RefJsonSerializer.class - [JAR]

├─ com.github.nmorel.gwtjackson.objectify.server.RefStdDeserializer.class - [JAR]

├─ com.github.nmorel.gwtjackson.objectify.server.RefStdKeyDeserializer.class - [JAR]

├─ com.github.nmorel.gwtjackson.objectify.server.RefStdSerializer.class - [JAR]

Advertisement