jar

org.curioswitch.curiostack : protobuf-jackson

Maven & Gradle

May 17, 2023
7 usages
14 stars

protobuf-jackson · A library for efficient marshalling of Protocol Buffer messages to and from JSON.

Table Of Contents

Latest Version

Download org.curioswitch.curiostack : protobuf-jackson JAR file - Latest Versions:

All Versions

Download org.curioswitch.curiostack : protobuf-jackson JAR file - All Versions:

Version Vulnerabilities Size Updated
2.2.x
2.1.x
2.0.x
1.2.x
1.1.x
1.0.x
0.4.x
0.3.x
0.2.x
0.1.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 protobuf-jackson-2.2.0.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

org.curioswitch.common.protobuf.json

├─ org.curioswitch.common.protobuf.json.CodeGenUtil.class - [JAR]

├─ org.curioswitch.common.protobuf.json.DoParse.class - [JAR]

├─ org.curioswitch.common.protobuf.json.DoWrite.class - [JAR]

├─ org.curioswitch.common.protobuf.json.JsonGeneratorWrapper.class - [JAR]

├─ org.curioswitch.common.protobuf.json.JsonParserWrapper.class - [JAR]

├─ org.curioswitch.common.protobuf.json.LocalVariables.class - [JAR]

├─ org.curioswitch.common.protobuf.json.MarshallerRegistry.class - [JAR]

├─ org.curioswitch.common.protobuf.json.MessageMarshaller.class - [JAR]

├─ org.curioswitch.common.protobuf.json.MessageMarshallerModule.class - [JAR]

├─ org.curioswitch.common.protobuf.json.ParseSupport.class - [JAR]

├─ org.curioswitch.common.protobuf.json.ProtoFieldInfo.class - [JAR]

├─ org.curioswitch.common.protobuf.json.ProtobufUtil.class - [JAR]

├─ org.curioswitch.common.protobuf.json.SerializeSupport.class - [JAR]

├─ org.curioswitch.common.protobuf.json.SetSerializedFieldName.class - [JAR]

├─ org.curioswitch.common.protobuf.json.TypeSpecificMarshaller.class - [JAR]

├─ org.curioswitch.common.protobuf.json.WellKnownTypeMarshaller.class - [JAR]

├─ org.curioswitch.common.protobuf.json.package-info.class - [JAR]

org.curioswitch.common.protobuf.json.bytebuddy

├─ org.curioswitch.common.protobuf.json.bytebuddy.Goto.class - [JAR]

├─ org.curioswitch.common.protobuf.json.bytebuddy.IfEqual.class - [JAR]

├─ org.curioswitch.common.protobuf.json.bytebuddy.IfFalse.class - [JAR]

├─ org.curioswitch.common.protobuf.json.bytebuddy.IfIntsNotEqual.class - [JAR]

├─ org.curioswitch.common.protobuf.json.bytebuddy.IfNotNull.class - [JAR]

├─ org.curioswitch.common.protobuf.json.bytebuddy.IfRefsEqual.class - [JAR]

├─ org.curioswitch.common.protobuf.json.bytebuddy.IfRefsNotEqual.class - [JAR]

├─ org.curioswitch.common.protobuf.json.bytebuddy.IfTrue.class - [JAR]

├─ org.curioswitch.common.protobuf.json.bytebuddy.SetJumpTargetLabel.class - [JAR]

├─ org.curioswitch.common.protobuf.json.bytebuddy.package-info.class - [JAR]

Advertisement