jar

io.github.qianlixy : ext-serialize

Maven & Gradle

Nov 08, 2018
2 stars

ext-serialize · Extensive serialize

Table Of Contents

Latest Version

Download io.github.qianlixy : ext-serialize JAR file - Latest Versions:

All Versions

Download io.github.qianlixy : ext-serialize JAR file - All Versions:

Version Vulnerabilities Size Updated
1.0.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. 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]