Registry / serialization / scodec-core-2-12

scodec-core-2-12

JSON →
library1.11.11javamavenunverified

A Scala library for binary encoding and decoding using composable codecs.

<dependency> <groupId>org.scodec</groupId> <artifactId>scodec-core_2.12</artifactId> <version>1.11.11</version> </dependency>
INSTALL
IMPORT
SIG · SCODEC-CORE-2-12
S
scodec-core-2-12
serializationjavav1.11.11
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 a string using scodec's UTF-8 codec.

import scodec.Codec; import scodec.codecs._; public class Example { public static void main(String[] args) { Codec<String> codec = utf8; System.out.println(codec.encode("Hello").toOption().get()); } }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.11.11latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
10 hits · last 30 days
node
10
Resources
scodec-core-2-12 — mvn dependency:get scodec-core-2-12 · libregistry