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 pherialize-1.2.4.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
de.ailis.pherialize.exceptions
├─ de.ailis.pherialize.exceptions.PherializeException.class - [JAR]
├─ de.ailis.pherialize.exceptions.SerializeException.class - [JAR]
├─ de.ailis.pherialize.exceptions.UnserializeException.class - [JAR]
de.ailis.pherialize
├─ de.ailis.pherialize.Mixed.class - [JAR]
├─ de.ailis.pherialize.MixedArray.class - [JAR]
├─ de.ailis.pherialize.Pherialize.class - [JAR]
├─ de.ailis.pherialize.Serializer.class - [JAR]
├─ de.ailis.pherialize.Unserializer.class - [JAR]