MessageCodec

Companion:
class
class Object
trait Matchable
class Any

Value members

Concrete methods

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

Inherited methods

inline def fromJson[A](json: String): A
Inherited from:
MessageCodecBase
inline def of[A]: MessageCodec[A]
Inherited from:
MessageCodecBase
inline def toJson[A](obj: A): String
Inherited from:
MessageCodecBase