View Java Class Source Code in JAR file
- Download JD-GUI to open JAR file and explore Java source code file (.class .java)
- Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window dubbo-serialization-jdk-3.2.5.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]