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?
0 comments:
Post a Comment