extprot icon indicating copy to clipboard operation
extprot copied to clipboard

[feature] allow specify "map" function for deserializing

Open ygrek opened this issue 8 years ago • 0 comments

Imagine serialized data having some bug. For user-defined types it is possible to apply fix by providing proper ocaml.type "unserializer". For top-level messages it is possible to overshadow with custom module implementing "correction" logic (it would help to be able to rename generated ocaml module for such top-level messages). Bug for extprot records used inside other extprot types it is not possible to "inject" some filter during unserialization.

ygrek avatar Jun 17 '17 00:06 ygrek