JsonB

edomata.skunk.BackendCodec$.JsonB
final class JsonB[T](encode: T => String, decode: String => Either[String, T]) extends BackendCodec[T]

Attributes

Source:
BackendCodec.scala
Graph
Supertypes
trait BackendCodec[T]
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Concrete methods

def codec: Codec[T]

Attributes

Source:
BackendCodec.scala
final def oid: Type

Attributes

Source:
BackendCodec.scala