Registry / serialization / msgpack4z-api

msgpack4z-api

JSON →
library0.2.0javamavenunverified

msgpack4z api provides core interfaces and types for MessagePack serialization in Scala/Java.

<dependency> <groupId>com.github.xuwei-k</groupId> <artifactId>msgpack4z-api</artifactId> <version>0.2.0</version> </dependency>
INSTALL
IMPORT
SIG · MSGPACK4Z-API
M
msgpack4z-api
serializationjavav0.2.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

MsgpackCodec
msgpack4z.MsgpackCodec

Gets the default MessagePack codec instance.

import msgpack4z.MsgpackCodec; public class Quickstart { public static void main(String[] args) { MsgpackCodec codec = MsgpackCodec.defaultCodec(); System.out.println(codec); } }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.2.0latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources
msgpack4z-api — mvn dependency:get msgpack4z-api · libregistry