Registry / serialization / jackson-datatype-hppc

jackson-datatype-hppc

JSON →
library2.21.2javamavenunverified

Add-on module for Jackson to support High-Performance Primitive Collections (HPPC) data types.

<dependency> <groupId>com.fasterxml.jackson.datatype</groupId> <artifactId>jackson-datatype-hppc</artifactId> <version>2.21.2</version> </dependency>
INSTALL
IMPORT
SIG · JACKSON-DATATYPE-H
J
jackson-datatype-hppc
serializationjavav2.21.2
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.

HppcModule
com.fasterxml.jackson.datatype.hppc.HppcModule

Register HPPC module with Jackson ObjectMapper to serialize/deserialize HPPC collections.

import com.fasterxml.jackson.databind.ObjectMapper; import com.fasterxml.jackson.datatype.hppc.HppcModule; public class Example { public static void main(String[] args) { ObjectMapper mapper = new ObjectMapper(); mapper.registerModule(new HppcModule()); System.out.println("HPPC module registered"); } }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
2.21.2latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources
jackson-datatype-hppc — mvn dependency:get jackson-datatype-hppc · libregistry