Registry / serialization / upickle-2-12

upickle-2-12

JSON →
library4.4.3javamavenunverified

A lightweight JSON serialization library for Scala.

<dependency> <groupId>com.lihaoyi</groupId> <artifactId>upickle_2.12</artifactId> <version>4.4.3</version> </dependency>
INSTALL
IMPORT
SIG · UPICKLE-2-12
U
upickle-2-12
serializationjavav4.4.3
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.

default
upickle.default

Serializes a string to JSON using uPickle.

import upickle.default._ object Example { def main(args: Array[String]): Unit = { val json = write("Hello, world!") println(json) } }
Debug
Known issues
breakinguPickle 4.x has breaking changes from 3.x in macro-based serialization.
fix
Update your code to use the new ReadWriter pattern.
affects: >=4.0.0
Upgrade
Version history
4.4.3latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
14 hits · last 30 days
node
12
OpenAI (training)
2
Resources
upickle-2-12 — mvn dependency:get upickle-2-12 · libregistry