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 it-tidalwave-thesefoolishthings-examples-dci-marshal-xstream-3.2-ALPHA-23.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
it.tidalwave.thesefoolishthings.examples.dci.marshal.xstream
├─ it.tidalwave.thesefoolishthings.examples.dci.marshal.xstream.DciMarshalXStreamExample.class - [JAR]
├─ it.tidalwave.thesefoolishthings.examples.dci.marshal.xstream.Main.class - [JAR]
it.tidalwave.thesefoolishthings.examples.dci.marshal.xstream.converter
├─ it.tidalwave.thesefoolishthings.examples.dci.marshal.xstream.converter.IdXStreamConverter.class - [JAR]
├─ it.tidalwave.thesefoolishthings.examples.dci.marshal.xstream.converter.PersonConverter.class - [JAR]
it.tidalwave.thesefoolishthings.examples.dci.marshal.role
├─ it.tidalwave.thesefoolishthings.examples.dci.marshal.role.ListOfPersonsXStreamMarshallable.class - [JAR]
├─ it.tidalwave.thesefoolishthings.examples.dci.marshal.role.ListOfPersonsXStreamUnmarshallable.class - [JAR]
├─ it.tidalwave.thesefoolishthings.examples.dci.marshal.role.Loadable.class - [JAR]
├─ it.tidalwave.thesefoolishthings.examples.dci.marshal.role.MarshallableLoadable.class - [JAR]
├─ it.tidalwave.thesefoolishthings.examples.dci.marshal.role.MarshallableSavable.class - [JAR]
├─ it.tidalwave.thesefoolishthings.examples.dci.marshal.role.PersonXStreamMarshallable.class - [JAR]
├─ it.tidalwave.thesefoolishthings.examples.dci.marshal.role.PersonXStreamUnmarshallable.class - [JAR]
├─ it.tidalwave.thesefoolishthings.examples.dci.marshal.role.Savable.class - [JAR]
├─ it.tidalwave.thesefoolishthings.examples.dci.marshal.role.XStreamContext.class - [JAR]
├─ it.tidalwave.thesefoolishthings.examples.dci.marshal.role.XStreamContext1.class - [JAR]
├─ it.tidalwave.thesefoolishthings.examples.dci.marshal.role.XStreamContext2.class - [JAR]
├─ it.tidalwave.thesefoolishthings.examples.dci.marshal.role.XStreamMarshallableSupport.class - [JAR]
├─ it.tidalwave.thesefoolishthings.examples.dci.marshal.role.XStreamUnmarshallableSupport.class - [JAR]