avro-0.3.5.2: Avro serialization support for Haskell

Safe HaskellNone
LanguageHaskell2010

Data.Avro.Decode.Lazy.Deconflict

Synopsis

Documentation

deconflict Source #

Arguments

:: Schema

Writer schema

-> Schema

Reader schema

-> LazyValue Type 
-> LazyValue 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.