UidEncoding

rdts.base.UidEncoding
object UidEncoding

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Value members

Concrete methods

def encode(long: Long): String

Uids are stored as short strings for efficient JSON encoding. The encoding is inspired by 64, but without the additional characters to signify the number of encoded bits. Encodes in chunks of 6 bits, starting from the least significant bits.

Uids are stored as short strings for efficient JSON encoding. The encoding is inspired by 64, but without the additional characters to signify the number of encoded bits. Encodes in chunks of 6 bits, starting from the least significant bits.

Attributes