avro-0.3.2.0: Avro serialization support for Haskell

Safe HaskellNone
LanguageHaskell2010

Data.Avro.Decode

Contents

Synopsis

Documentation

decodeAvro :: Schema -> ByteString -> Either String (Value Type) Source #

Decode bytes into a Value as described by Schema.

Lower level interface