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 ext-serialize-1.0.1.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
io.github.qianlixy.extserialize.wrap
├─ io.github.qianlixy.extserialize.wrap.CacheClassSerializeWrapper.class - [JAR]
├─ io.github.qianlixy.extserialize.wrap.PrefixClassSerializeWrapper.class - [JAR]
├─ io.github.qianlixy.extserialize.wrap.WrapBean.class - [JAR]
io.github.qianlixy.extserialize
├─ io.github.qianlixy.extserialize.ExtensiveSerializer.class - [JAR]
├─ io.github.qianlixy.extserialize.SerializeWrapper.class - [JAR]
io.github.qianlixy.extserialize.exception
├─ io.github.qianlixy.extserialize.exception.SerializeException.class - [JAR]
io.github.qianlixy.extserialize.impl
├─ io.github.qianlixy.extserialize.impl.AbstractWrapSerializer.class - [JAR]
├─ io.github.qianlixy.extserialize.impl.JdkSerializer.class - [JAR]
├─ io.github.qianlixy.extserialize.impl.KryoSerializer.class - [JAR]
├─ io.github.qianlixy.extserialize.impl.ProtostuffSerializer.class - [JAR]