jar

net.morimekta.utils : proto-jackson

Maven & Gradle

Jan 14, 2023

Proto : Jackson · Jackson serialization library for proto utils.

Table Of Contents

Latest Version

Download net.morimekta.utils : proto-jackson JAR file - Latest Versions:

All Versions

Download net.morimekta.utils : proto-jackson JAR file - All Versions:

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

net.morimekta.proto.jackson.sio

├─ net.morimekta.proto.jackson.sio.JacksonMessageReader.class - [JAR]

├─ net.morimekta.proto.jackson.sio.JacksonMessageWriter.class - [JAR]

net.morimekta.proto.jackson

├─ net.morimekta.proto.jackson.ProtoFeature.class - [JAR]

├─ net.morimekta.proto.jackson.ProtoModule.class - [JAR]

├─ net.morimekta.proto.jackson.ProtoStringFeature.class - [JAR]

├─ net.morimekta.proto.jackson.ProtoTypeRegistryOption.class - [JAR]

net.morimekta.proto.jackson.adapter

├─ net.morimekta.proto.jackson.adapter.ByteStringDeserializer.class - [JAR]

├─ net.morimekta.proto.jackson.adapter.ByteStringKeyDeserializer.class - [JAR]

├─ net.morimekta.proto.jackson.adapter.ByteStringKeySerializer.class - [JAR]

├─ net.morimekta.proto.jackson.adapter.ByteStringSerializer.class - [JAR]

├─ net.morimekta.proto.jackson.adapter.ProtoDeserializers.class - [JAR]

├─ net.morimekta.proto.jackson.adapter.ProtoEnumDeserializer.class - [JAR]

├─ net.morimekta.proto.jackson.adapter.ProtoEnumKeyDeserializer.class - [JAR]

├─ net.morimekta.proto.jackson.adapter.ProtoEnumKeySerializer.class - [JAR]

├─ net.morimekta.proto.jackson.adapter.ProtoEnumSerializer.class - [JAR]

├─ net.morimekta.proto.jackson.adapter.ProtoMapDeserializer.class - [JAR]

├─ net.morimekta.proto.jackson.adapter.ProtoMessageDeserializer.class - [JAR]

├─ net.morimekta.proto.jackson.adapter.ProtoMessageSerializer.class - [JAR]

Advertisement