UniversalSerializer
UniversalSerializer copied to clipboard
UniversalSerializer is a data serialization library for .NET/.NET Core/.NET Standard/UWP (Universal Windows)/Mono/Xamarin/Silverlight on Windows, Linux, macOS, Android and iOS.
I'm trying to rebuild all the libraries in the correct formats but, no matter what, I always get an error: `Severity Code Description Project File Line Suppression State Error Could...
I'm writing an UWP app and when I try to compile it 64bit I get this: Severity Code Description Project File Line Suppression State Warning There was a mismatch between...
If I try to compile the UWP solution from the downloaded ZIP file setting as target version 1903 on VS2019 it does not compile and reports several errors on JSON...
I am using UniversalSerializer 3.18.3.14 and Unity 2019.1 - Writing to a FileStream works, but writing to a CryptoStream throws an exception. - The exception only occurs when using the...
ASP.NET 
I am trying to serialize an object that contains a pointer (SvnChangeItem from SharpSvn). Exception message: Error 20 : (internal) Can not create a TypeManager for type SharpSvn.SvnChangeItem. Inner Exception...
When trying to load a serialized binary blob, it throws NotImplementedException:9 (most of the stacktrace: https://pastebin.com/RAu7Ww5u) for net 4_5 and netstandard (trying to use it in unity3d)
Some thing fail during deserializing, much appreciated if you could review and fix it or any advice.
Dear sir.ChrisBertrand, First of all, I would like to thank you very much for your great 'n helpful UniversalSerializer. But there is some thing fail during my Deserializing. I have...