uuidCodec

mcodec.StdCodecs.uuidCodec
object uuidCodec extends SimpleCodec[UUID]

Attributes

Source
StdCodecs.scala
Graph
Supertypes
trait SimpleCodec[UUID]
trait MCodec[UUID]
class Object
trait Matchable
class Any
Show all
Self type
StdCodecs.this.StdCodecs.this.uuidCodec.type

Members list

Value members

Concrete methods

Attributes

Source
StdCodecs.scala

Attributes

Source
StdCodecs.scala

Inherited methods

final def nullable: MCodec[UUID | Null]

Attributes

Inherited from:
MCodec
Source
MCodec.scala
final def read(input: Input): UUID

Attributes

Inherited from:
NullSafeCodec
Source
BaseCodecs.scala
final def readNonNull(input: Input): UUID

Attributes

Inherited from:
SimpleCodec
Source
BaseCodecs.scala
final inline def transform[U](inline onWrite: U => UUID, inline onRead: UUID => U): MCodec[U]

Attributes

Inherited from:
MCodec
Source
MCodec.scala
final def transformed[U](onRead: UUID => U)(onWrite: U => UUID): MCodec[U]

Attributes

Inherited from:
MCodec
Source
MCodec.scala
final def write(output: Output, value: UUID): Unit

Attributes

Inherited from:
NullSafeCodec
Source
BaseCodecs.scala
final def writeNonNull(output: Output, value: UUID): Unit

Attributes

Inherited from:
SimpleCodec
Source
BaseCodecs.scala