MessageCodec

wvlet.airframe.codec.MessageCodec$
See theMessageCodec companion trait

Attributes

Companion
trait
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Value members

Concrete methods

def ofSurface(s: Surface): MessageCodec[_]

Inherited methods

inline def fromJson[A](json: String): A

Attributes

Inherited from:
MessageCodecBase
inline def of[A]: MessageCodec[A]

Attributes

Inherited from:
MessageCodecBase
inline def toJson[A](obj: A): String

Attributes

Inherited from:
MessageCodecBase