meteor.codec

package meteor.codec

Members list

Type members

Classlikes

trait Codec[A] extends Decoder[A], Encoder[A]

Provides an encoding and a decoding functions for a given type.

Provides an encoding and a decoding functions for a given type.

Attributes

Companion
object
Supertypes
trait Encoder[A]
trait Decoder[A]
class Object
trait Matchable
class Any
object Codec

Attributes

Companion
trait
Supertypes
class Object
trait Matchable
class Any
Self type
Codec.type
trait Decoder[A]

Provides a decoding function for a given type, attempt to read an Java AttributeValue into type A

Provides a decoding function for a given type, attempt to read an Java AttributeValue into type A

Attributes

Companion
object
Supertypes
class Object
trait Matchable
class Any
Known subtypes
trait Codec[A]
object Decoder

Attributes

Companion
trait
Supertypes
class Object
trait Matchable
class Any
Self type
Decoder.type
trait Encoder[A]

Provides an encoding function for a given type, write value of type A as a Java AttributeValue

Provides an encoding function for a given type, write value of type A as a Java AttributeValue

Attributes

Companion
object
Supertypes
class Object
trait Matchable
class Any
Known subtypes
trait Codec[A]
object Encoder

Attributes

Companion
trait
Supertypes
class Object
trait Matchable
class Any
Self type
Encoder.type