jar

com.neko233 : codec-orm

Maven & Gradle

Dec 02, 2023
0 stars

codec-orm · codec-orm = Serialize / Deserialize Uni-API to ORM handler! codec-orm not a black box and you can use it easy ! 统一的序列化和反序列化 ORM 处理. 兼容任意协议, 如 protobuf/json/avro/.. 通过生命周期来控制! 完全不黑箱!

Table Of Contents

Latest Version

Download com.neko233 : codec-orm JAR file - Latest Versions:

All Versions

Download com.neko233 : codec-orm JAR file - All Versions:

Version Vulnerabilities Size Updated
0.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 codec-orm-0.0.1.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.neko233.codec.orm.api

├─ com.neko233.codec.orm.api.DeserializePostOrmApi.class - [JAR]

├─ com.neko233.codec.orm.api.SerializePreOrmApi.class - [JAR]

com.neko233.codec.orm

├─ com.neko233.codec.orm.CodecOrmApi.class - [JAR]

com.neko233.codec.orm.factory

├─ com.neko233.codec.orm.factory.DeserializeOrmFactoryApi.class - [JAR]

├─ com.neko233.codec.orm.factory.SerializeOrmFactoryApi.class - [JAR]

com.example.codec.postorm.annotation

├─ com.example.codec.postorm.annotation.DeserializePostOrm.class - [JAR]

├─ com.example.codec.postorm.annotation.SerializePreOrm.class - [JAR]