avro-0.3.0.5: Avro serialization support for Haskell

Safe HaskellNone
LanguageHaskell2010

Data.Avro.Deconflict

Synopsis

Documentation

deconflict Source #

Arguments

:: Schema

Writer schema

-> Schema

Reader schema

-> Value Type 
-> Either String (Value Type) 

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.