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 Companion
class Object
trait Matchable
class Any
Self type
Upickle.type

Members list

Givens

Givens

given codec[V : Reader]: codec[V]

Extensions

Inherited extensions

extension [V](plainText: PlainText)
def decoded: Try[V]

Attributes

Inherited from:
Companion
extension [V](v: V)
def encoded: PlainText

Attributes

Inherited from:
Companion