jar

com.github.qiujiayu : autoload-cache-serializer-api

Maven & Gradle

Sep 22, 2022
9 usages
2k stars

autoload-cache-serializer-api · The serializer module of autoload-cache project

Table Of Contents

Latest Version

Download com.github.qiujiayu : autoload-cache-serializer-api JAR file - Latest Versions:

All Versions

Download com.github.qiujiayu : autoload-cache-serializer-api JAR file - All Versions:

Version Vulnerabilities Size Updated
7.2.x
7.1.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 autoload-cache-serializer-api-7.2.1.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.jarvis.cache.compress

├─ com.jarvis.cache.compress.CommonsCompressor.class - [JAR]

├─ com.jarvis.cache.compress.ICompressor.class - [JAR]

com.jarvis.cache.serializer

├─ com.jarvis.cache.serializer.CompressorSerializer.class - [JAR]

├─ com.jarvis.cache.serializer.ISerializer.class - [JAR]

├─ com.jarvis.cache.serializer.StringSerializer.class - [JAR]

com.jarvis.cache.clone

├─ com.jarvis.cache.clone.Cloning.class - [JAR]

├─ com.jarvis.cache.clone.ICloner.class - [JAR]

Advertisement