Packages

p

scalacache

serialization

package serialization

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. trait Codec[A] extends AnyRef

    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

Value Members

  1. object Codec

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

Ungrouped