在线时间:8:00-16:00
迪恩网络APP
随时随地掌握行业动态
扫描二维码
关注迪恩网络微信公众号
开源软件名称:RuedigerMoeller/fast-serialization开源软件地址:https://github.com/RuedigerMoeller/fast-serialization开源编程语言:Java 94.5%开源软件介绍:fast-serialization
Docs:Fast JDK-compatible Serialization MinBin cross platform binary format mvnnote: maven.org might lag 1 day behind after releasing. 3.0.0 version (requires java 14, "--add-modules jdk.incubator.foreign" option on compiler and runtime) <dependency>
<groupId>de.ruedigermoeller</groupId>
<artifactId>fst</artifactId>
<version>3.0.1</version>
</dependency> 2.0 version (java 8) <dependency>
<groupId>de.ruedigermoeller</groupId>
<artifactId>fst</artifactId>
<version>2.56</version>
</dependency> jdk1.6 compatible build of fst 2.x <dependency>
<groupId>de.ruedigermoeller</groupId>
<artifactId>fst</artifactId>
<version>2.48-jdk-6</version>
</dependency> 1.x version (different package name, 1.6 compatible ..). Fixes are not backported anymore, unsupported. <dependency>
<groupId>de.ruedigermoeller</groupId>
<artifactId>fst</artifactId>
<version>1.63</version>
</dependency> Who uses FST ?I am not actively tracking use, maven.org reports more than 14000 downloads from 6000 distinct IP accesses triggered by maven builds world wide per month. Notable also:
how to build
Note that instrumentation done for fst-structs works only if debug info is turned on during compile. Reason is that generating methods at runtime with javassist fails (probably a javassist bug ..). This does not affect the serialization implementation. JDK 1.6 Build 1.x build since v1.62 are still jdk 6 compatible |
2023-10-27
2022-08-15
2022-08-17
2022-09-23
2022-08-13
请发表评论