Package

virtufin.service.serialization

avro

Permalink

package avro

Visibility
  1. Public
  2. All

Type Members

  1. class ObjectToSpecificRecordAsByteArrayCodec[I, O <: SpecificRecord] extends Codec[I, Array[Byte]]

    Permalink

    Converts an object of type I to a org.apache.avro.specific.SpecificRecord represented by a byte array

    Converts an object of type I to a org.apache.avro.specific.SpecificRecord represented by a byte array

    I

    input data type

    O

    type of the SpecificRecord

  2. class SpecificRecordToByteArrayCodec[I <: SpecificRecord] extends Codec[I, Array[Byte]]

    Permalink

Ungrouped