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 nd4j-jackson-1.0.0-beta6.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.nd4j.shade.serde.jackson.shaded
├─ org.nd4j.shade.serde.jackson.shaded.NDArrayDeSerializer.class - [JAR]
├─ org.nd4j.shade.serde.jackson.shaded.NDArraySerializer.class - [JAR]
org.nd4j.shade.serde.jackson
├─ org.nd4j.shade.serde.jackson.VectorDeSerializer.class - [JAR]
├─ org.nd4j.shade.serde.jackson.VectorSerializer.class - [JAR]
org.nd4j.shade.serde.jackson.ndarray
├─ org.nd4j.shade.serde.jackson.ndarray.NDArrayDeSerializer.class - [JAR]
├─ org.nd4j.shade.serde.jackson.ndarray.NDArraySerializer.class - [JAR]