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
When invoke GenerateSerializerSourceCodes with IList<>, usually it works.
But if SerializerCodeGenerationConfiguration.IsRecrusive = true, throws excpetion.
System.Runtime.Serialization.SerializationException: Cannot serialize type 'System.Collections.Generic.IList`1[System.Int32]' because it does not have any serializable fields nor
The text was updated successfully, but these errors were encountered:
When invoke GenerateSerializerSourceCodes with
IList<>
, usually it works.But if
SerializerCodeGenerationConfiguration.IsRecrusive = true
, throws excpetion.repro code.
exception message.
The text was updated successfully, but these errors were encountered: