DOC

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 Javadoc & API Documentation - Latest Versions:

All Versions

Download com.neko233 : codec-orm Javadoc & API Documentation - All Versions:

Version Size Javadoc Updated
0.0.x

How to open Javadoc JAR file in web browser

  1. Rename the file codec-orm-0.0.1-javadoc.jar to codec-orm-0.0.1-javadoc.zip
  2. Use your favourite unzip tool (WinRAR / WinZIP) to extract it, now you have a folder codec-orm-0.0.1-javadoc
  3. Double click index.html will open the index page on your default web browser.

How to generate Javadoc from a source JAR?

Running the command javadoc:

javadoc --ignore-source-errors -encoding UTF-8 -sourcepath "codec-orm-0.0.1-sources.jar" -d "codec-orm-0.0.1-javadoc" -subpackages