jar

io.activej : activej-codec

Maven & Gradle

Sep 08, 2021
3 usages

ActiveJ : Util : Codec · Tools for encoding/decoding custom objects.

Table Of Contents

Latest Version

Download io.activej : activej-codec JAR file - Latest Versions:

All Versions

Download io.activej : activej-codec JAR file - All Versions:

Version Vulnerabilities Size Updated
4.4
4.3.x
4.3
4.2
4.1.x
4.1
4.0
3.1
3.0.x
3.0
2.2
2.1
2.0.x
2.0
1.1
1.0

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 activej-codec-4.3.1.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

io.activej.codec

├─ io.activej.codec.CodecSubtype.class - [JAR]

├─ io.activej.codec.StructuredCodec.class - [JAR]

├─ io.activej.codec.StructuredCodecs.class - [JAR]

├─ io.activej.codec.StructuredDecoder.class - [JAR]

├─ io.activej.codec.StructuredEncoder.class - [JAR]

├─ io.activej.codec.StructuredInput.class - [JAR]

├─ io.activej.codec.StructuredOutput.class - [JAR]

io.activej.codec.binary

├─ io.activej.codec.binary.BinaryStructuredInput.class - [JAR]

├─ io.activej.codec.binary.BinaryStructuredOutput.class - [JAR]

├─ io.activej.codec.binary.BinaryUtils.class - [JAR]

io.activej.codec.json

├─ io.activej.codec.json.JsonStructuredInput.class - [JAR]

├─ io.activej.codec.json.JsonStructuredOutput.class - [JAR]

├─ io.activej.codec.json.JsonUtils.class - [JAR]

io.activej.codec.registry

├─ io.activej.codec.registry.CodecFactory.class - [JAR]

├─ io.activej.codec.registry.CodecRegistry.class - [JAR]