Package

com.spotify.scio

coders

Permalink

package coders

Visibility
  1. Public
  2. All

Type Members

  1. final case class Beam[T] extends Coder[T] with Product with Serializable

    Permalink
  2. sealed trait Coder[T] extends Serializable

    Permalink
    Annotations
    @implicitNotFound( ... )
  3. final case class CoderException extends RuntimeException with Product with Serializable

    Permalink
  4. sealed trait CoderGrammar extends AnyRef

    Permalink
  5. final case class Disjunction[T, Id] extends Coder[T] with Product with Serializable

    Permalink
  6. final case class Fallback[T] extends Coder[T] with Product with Serializable

    Permalink
  7. final case class KVCoder[K, V] extends Coder[KV[K, V]] with Product with Serializable

    Permalink
  8. trait LowPriorityCoderDerivation extends AnyRef

    Permalink
  9. final case class Record[T] extends Coder[T] with Product with Serializable

    Permalink
  10. final case class Transform[A, B] extends Coder[B] with Product with Serializable

    Permalink

Value Members

  1. object Coder extends CoderGrammar with Implicits

    Permalink
  2. object CoderMaterializer

    Permalink
  3. object ScioKryoRegistrar extends Serializable

    Permalink
  4. package instances

    Permalink

Ungrouped