microsoft/fhir-codegen

Split up generated json parsers/serializers into common and version-specific

ewoutkramer opened this issue · 0 comments

Can we split them up so that we can use these serializers when just working with the "common" classes in SDK.

We "just" have to fix the Extension.value[x] problem. Maybe with configurable factories that know how to handle instantiating types, even if common doesn't know about it?