FirelyTeam / firely-net-sdk

The official Firely .NET SDK for HL7 FHIR
Other
829 stars 345 forks source link

Remove IDeepCopyable interface #2938

Open ewoutkramer opened 1 month ago

ewoutkramer commented 1 month ago

I think I only introduced it to solve a polymorphism problem, but a T CopyTo<T>(T source) would be a better alternative.