Package

scalacache

serialization

Permalink

package serialization

Visibility
  1. Public
  2. All

Type Members

  1. trait Codec[A] extends AnyRef

    Permalink

    Represents a type class that needs to be implemented for serialization/deserialization to work.

    Represents a type class that needs to be implemented for serialization/deserialization to work.

    Annotations
    @implicitNotFound( ... )
  2. final case class FailedToDecode(cause: Throwable) extends Exception with Product with Serializable

    Permalink

Value Members

  1. object Codec

    Permalink

    For simple primitives, we provide lightweight Codecs for ease of use.

Ungrouped