EntityIDCodec

endless.core.protocol.EntityIDCodec
See theEntityIDCodec companion object
trait EntityIDCodec[ID] extends EntityIDEncoder[ID], EntityIDDecoder[ID]

Encode/decode entity IDs to/from strings

Type parameters

ID

entity id

Attributes

Companion
object
Graph
Supertypes
trait EntityIDDecoder[ID]
trait EntityIDEncoder[ID]
class Object
trait Matchable
class Any

Members list

Value members

Inherited methods

def decode(id: String): ID

Attributes

Inherited from:
EntityIDDecoder
def encode(id: ID): String

Attributes

Inherited from:
EntityIDEncoder