Package

io.github.agolovenko

avro

Permalink

package avro

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. avro
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. class JsonConverter extends AnyRef

    Permalink
  2. class JsonConverterException extends RuntimeException

    Permalink
  3. class MissingValueException extends JsonConverterException

    Permalink
  4. class WrongTypeException extends JsonConverterException

    Permalink

Value Members

  1. def toBytes(record: Record): Array[Byte]

    Permalink
  2. def toBytes(records: Seq[Record]): Seq[Array[Byte]]

    Permalink
  3. def toRecord(bytes: Array[Byte], schema: Schema): Record

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped