Compat

wvlet.airframe.codec.Compat
object Compat extends CompatBase

Attributes

Graph
Supertypes
trait CompatBase
class Object
trait Matchable
class Any
Self type
Compat.type

Members list

Keywords
  • no keywords
  • inline
Inherited
  • Not inherited
  • CompatBase

Type members

Classlikes

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type

Value members

Concrete methods

def codecOfClass(cl: Class[_], codecFactory: MessageCodecFactory): Option[MessageCodec[_]]
def platformSpecificCodecs: Map[Surface, MessageCodec[_]]
def readUUIDFromBytes(data: Array[Byte]): UUID

Inherited methods

inline def codecOf[A]: MessageCodec[A]

Attributes

Inherited from:
CompatBase
def surfaceOfClass(cl: Class[_]): Surface

Attributes

Inherited from:
CompatBase