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
New feature of ver 0.6.0 SerializerCodeGenerationConfiguration.IsRecursive is good.
But if target type contains primitive types, throws serialization exception.
System.Runtime.Serialization.SerializationException: Cannot serialize type 'System.Int32' because it does not have any serializable fields nor properties.
My expected result is do nothing.
The text was updated successfully, but these errors were encountered:
New feature of ver 0.6.0
SerializerCodeGenerationConfiguration.IsRecursive
is good.But if target type contains primitive types, throws serialization exception.
My expected result is do nothing.
The text was updated successfully, but these errors were encountered: