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-json-client-1.0.0-beta7.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.nd4j.remote.clients
├─ org.nd4j.remote.clients.JsonRemoteInference.class - [JAR]
org.nd4j.remote.clients.serde.impl
├─ org.nd4j.remote.clients.serde.impl.AbstractSerDe.class - [JAR]
├─ org.nd4j.remote.clients.serde.impl.BooleanSerde.class - [JAR]
├─ org.nd4j.remote.clients.serde.impl.DoubleArraySerde.class - [JAR]
├─ org.nd4j.remote.clients.serde.impl.DoubleSerde.class - [JAR]
├─ org.nd4j.remote.clients.serde.impl.FloatArraySerde.class - [JAR]
├─ org.nd4j.remote.clients.serde.impl.FloatSerde.class - [JAR]
├─ org.nd4j.remote.clients.serde.impl.IntegerSerde.class - [JAR]
├─ org.nd4j.remote.clients.serde.impl.StringSerde.class - [JAR]
org.nd4j.remote.clients.serde
├─ org.nd4j.remote.clients.serde.BinaryDeserializer.class - [JAR]
├─ org.nd4j.remote.clients.serde.BinarySerializer.class - [JAR]
├─ org.nd4j.remote.clients.serde.JsonDeserializer.class - [JAR]
├─ org.nd4j.remote.clients.serde.JsonSerializer.class - [JAR]