Compat

wvlet.airframe.codec.Compat$
object Compat extends CompatBase

Attributes

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

Members list

Concise view

Type members

Classlikes

Attributes

Graph
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