FsPickler icon indicating copy to clipboard operation
FsPickler copied to clipboard

Good news for read (unpickle) old .net version pickled data

Open ingted opened this issue 5 months ago • 3 comments

I am using a library built in .NET 9 and trying to unpickle pickle file which produced in .NET 7 library. And I use System.Runtime.Loader.AssemblyLoadContext.Default.LoadFromAssemblyPath to load the .NET 7 version library and then everything is fine now.

ingted avatar Sep 07 '24 14:09 ingted