You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If recursive type in generic(array, list, dictionary, etc...),
SerializerCodeGenerator doesn't generate generic element type.
varsettings=newSerializerCodeGenerationConfiguration{IsRecursive=true,};varcodes=SerializerGenerator.GenerateCode(settings,typeof(A_Class));foreach(varitemincodes){// only A_ClassSerializer but my expected is generates A_ClassSerializer and B_ClassSerializerConsole.WriteLine(item);}
If recursive type in generic(array, list, dictionary, etc...),
SerializerCodeGenerator doesn't generate generic element type.
The text was updated successfully, but these errors were encountered: