cryptic.codec
package cryptic.codec
Members list
Type members
Classlikes
object Upickle extends Companion
The Upickle object provides functionalities for encoding and decoding data.
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
- Supertypes
-
trait Companionclass Objecttrait Matchableclass Any
- Self type
-
Upickle.type
In this article