avro-0.2.0.0: Avro serialization support for Haskell

Safe HaskellNone
LanguageHaskell2010

Data.Avro.Deconflict

Synopsis

Documentation

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

deconflict writer reader val will convert a value that was encoded/decoded with the writer's schema into the form specified by the reader's schema.