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 octarine-json-0.18.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.codepoetics.octarine.json.deserialisation
├─ com.codepoetics.octarine.json.deserialisation.DeserialisationException.class - [JAR]
├─ com.codepoetics.octarine.json.deserialisation.Deserialiser.class - [JAR]
├─ com.codepoetics.octarine.json.deserialisation.Deserialisers.class - [JAR]
├─ com.codepoetics.octarine.json.deserialisation.ListDeserialiser.class - [JAR]
├─ com.codepoetics.octarine.json.deserialisation.MapDeserialiser.class - [JAR]
├─ com.codepoetics.octarine.json.deserialisation.RecordDeserialiser.class - [JAR]
├─ com.codepoetics.octarine.json.deserialisation.SafeDeserialiser.class - [JAR]
├─ com.codepoetics.octarine.json.deserialisation.ValidRecordDeserialiser.class - [JAR]
com.codepoetics.octarine.json.serialisation
├─ com.codepoetics.octarine.json.serialisation.ListSerialiser.class - [JAR]
├─ com.codepoetics.octarine.json.serialisation.MapSerialiser.class - [JAR]
├─ com.codepoetics.octarine.json.serialisation.RecordSerialiser.class - [JAR]
├─ com.codepoetics.octarine.json.serialisation.ReflectiveRecordSerialiser.class - [JAR]
├─ com.codepoetics.octarine.json.serialisation.SafeSerialiser.class - [JAR]
├─ com.codepoetics.octarine.json.serialisation.SerialisationException.class - [JAR]
├─ com.codepoetics.octarine.json.serialisation.Serialiser.class - [JAR]
├─ com.codepoetics.octarine.json.serialisation.Serialisers.class - [JAR]