All Downloads are FREE. Search and download functionalities are using the official Maven repository.

endless.core.protocol.EntityIDEncoder.scala Maven / Gradle / Ivy

package endless.core.protocol

/** Encode an entity ID into a string
  * @tparam ID
  *   entity id
  */
trait EntityIDEncoder[-ID] {
  def encode(id: ID): String
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy