avro-0.3.0.0: Avro serialization support for Haskell

Safe HaskellNone
LanguageHaskell2010

Data.Avro.Deriving

Synopsis

Documentation

deriveAvro :: FilePath -> Q [Dec] Source #

Derives Avro from a given schema file. Generates data types, FromAvro and ToAvro instances.

deriveFromAvro :: FilePath -> Q [Dec] Source #

Derives "read only" Avro from a given schema file. Generates data types and FromAvro.