Closed AdelKS closed 1 year ago
Hello!
Hope you are doing well, during some of my internal tests, I realized cista wasn't throwing when trying to deserialize a type T1 as a type T2, which were related but not the same: one contained many elements of the second, something like
cista
T1
T2
struct T1 { int a; } struct T2 { T1 a,b,c,d,e,f; }
and I found two things to fix, so here you go!
Adel
Thank you very much!
Hello!
Hope you are doing well, during some of my internal tests, I realized
cista
wasn't throwing when trying to deserialize a typeT1
as a typeT2
, which were related but not the same: one contained many elements of the second, something likeand I found two things to fix, so here you go!
Adel