Package

com.github.garyaiki.dendrites.examples.account

avro

Permalink

package avro

Avro functions for account examples

Map Avro GenericRecord to GetAccountBalances

val deserializer = new AvroDeserializer("getAccountBalances.avsc",
        genericRecordToGetAccountBalances)
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. trait Stub extends AnyRef

    Permalink

Value Members

  1. def genericRecordToGetAccountBalances(record: GenericRecord): GetAccountBalances

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped