TastyString

object TastyString

Utils for String representation of TASTY

class Object
trait Matchable
class Any

Value members

Concrete methods

def pickle(bytes: Array[Byte]): List[String]

Encode TASTY bytes into a List of String

Encode TASTY bytes into a List of String

def unpickle(strings: List[String]): Array[Byte]

Decode the List of Strings into TASTY bytes

Decode the List of Strings into TASTY bytes

def unpickle(string: String): Array[Byte]

Decode the Strings into TASTY bytes

Decode the Strings into TASTY bytes