Upickle
cryptic.codec.Upickle
object Upickle extends Companion
The Upickle object provides functionalities for encoding and decoding data.
The apply method needs a given ReadWriter instance for the specified type and returns a Codec instance for the same type. The Codec instance can convert objects of that type to and from plain text format using the uPickle library methods.
Attributes
- Graph
-
- Supertypes
-
trait Companionclass Objecttrait Matchableclass Any
- Self type
-
Upickle.type
Members list
In this article