Thursday, January 11, 2018

serializing System.Type in .NET core 2.0

I was converting one of my .net framework project to a .net core project. I learn that it keeps crashing because System.Type is not serializable in .net core.

I only need to deserialize the Type and compare to a generic type parameter.

Does anyone have a workaround?

serializing System.Type in .NET core 2.0 Click here
  • Blogger Comment
  • Facebook Comment

0 comments:

Post a Comment

The webdev Team