jar

run.mone : dubbo-serialization-jdk

Maven & Gradle

Jan 18, 2024

dubbo-serialization-jdk · The jdk serialization module of dubbo project

Table Of Contents

Latest Version

Download run.mone : dubbo-serialization-jdk JAR file - Latest Versions:

All Versions

Download run.mone : dubbo-serialization-jdk JAR file - All Versions:

Version Vulnerabilities Size Updated
2.7.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 dubbo-serialization-jdk-2.7.12-mone-v8.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

org.apache.dubbo.common.serialize.nativejava

├─ org.apache.dubbo.common.serialize.nativejava.NativeJavaObjectInput.class - [JAR]

├─ org.apache.dubbo.common.serialize.nativejava.NativeJavaObjectOutput.class - [JAR]

├─ org.apache.dubbo.common.serialize.nativejava.NativeJavaSerialization.class - [JAR]

org.apache.dubbo.common.serialize.java

├─ org.apache.dubbo.common.serialize.java.CompactedJavaSerialization.class - [JAR]

├─ org.apache.dubbo.common.serialize.java.CompactedObjectInputStream.class - [JAR]

├─ org.apache.dubbo.common.serialize.java.CompactedObjectOutputStream.class - [JAR]

├─ org.apache.dubbo.common.serialize.java.JavaObjectInput.class - [JAR]

├─ org.apache.dubbo.common.serialize.java.JavaObjectOutput.class - [JAR]

├─ org.apache.dubbo.common.serialize.java.JavaSerialization.class - [JAR]