Registry / serialization / scodec-core-2-11

scodec-core-2-11

JSON →
library1.11.4javamavenunverified

Scala combinator library for binary encoding and decoding, providing composable codecs for binary protocols.

<dependency> <groupId>org.scodec</groupId> <artifactId>scodec-core_2.11</artifactId> <version>1.11.4</version> </dependency>
INSTALL
IMPORT
SIG · SCODEC-CORE-2-11
S
scodec-core-2-11
serializationjavav1.11.4
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.

Codec
scodec.Codec

Encode an integer using uint8 codec.

import scodec.Codec import scodec.codecs._ val codec: Codec[Int] = uint8 val result = codec.encode(42)
Debug
Known issues
breakingVersion 1.11.x uses Scala 2.11; newer Scala versions require different artifact coordinates.
fix
Use scodec-core_2.12 or scodec-core_2.13 for Scala 2.12/2.13.
affects: 1.11.x
Upgrade
Version history
1.11.4latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
7 hits · last 30 days
node
6
Resources
scodec-core-2-11 — mvn dependency:get scodec-core-2-11 · libregistry