Registry / utility / bijection-core-2-10

bijection-core-2-10

JSON →
library0.9.6javamavenunverified

Core module of Bijection, a Scala library for converting between types, compiled for Scala 2.10.

<dependency> <groupId>com.twitter</groupId> <artifactId>bijection-core_2.10</artifactId> <version>0.9.6</version> </dependency>
INSTALL
IMPORT
SIG · BIJECTION-CORE-2-1
B
bijection-core-2-10
utilityjavav0.9.6
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.

Bijection
com.twitter.bijection.Bijection

Minimal example showing how to use a Bijection to convert a string to bytes.

import com.twitter.bijection.Bijection; public class Example { public static void main(String[] args) { Bijection<String, byte[]> bijection = Bijection.string2Bytes(); byte[] bytes = bijection.apply("hello"); System.out.println(bytes.length); } }
Debug
Known issues
breakingThis version is for Scala 2.10, which is extremely outdated; consider migrating to a newer Scala version.
fix
Use the artifact for Scala 2.12 or 2.13 (e.g., bijection-core_2.12).
affects: >=0.9.0
Upgrade
Version history
0.9.6latest on Maven
Audit
Dependencies

No dependency data recorded yet.

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