EDI.Net
EDI.Net copied to clipboard
Q: Support deserialization w/o POCO annotations
I would like to deserialize data to types/classes that I can't change in order to add any annotations.
How is this being supported by EDI.Net?
Hi @cja-careon this is something that is not supported by Edi.Net
.
You could potentially solve your problem by mapping with attributes to intermediate classes that you are able to annotate and then use some mapping mechanism like AutoMapper to do the conversions back and forth.