Codec

trait Codec[T]

A Codec is a type-class providing the ability to turn Scala types into Javascript types for insertion into an ObjectStore and Javascript types into Scala types for retrieval from an ObjectStore.

Companion
object
class Object
trait Matchable
class Any

Value members

Abstract methods

def decode(value: Any): T
def encode(value: T): Any