-
### Describe the feature
These serializers ([protobuf-net](https://github.com/protobuf-net/protobuf-net), [messagepack-csharp](https://github.com/neuecc/MessagePack-CSharp)) are fast binary ones, a…
-
When running a project through the Jscad CLI some imported STL files may file.
This may also be related to issue #1333.
It seems like registerDeserializer in registerExtensions.js registers a wr…
-
I am fighting with C++ code. All I need - is a library to parse and serialize between IFC and Open Cascade. After some iterations I've realized, that the code for serialization is missed:
` # IfcGeom…
-
Data-centric applications (maybe AI-related) will likely take advantage of binary data to transfer large statistical results. Most common serializers, like [MessagePack](https://msgpack.org/index.html…
-
Both Bandit and Cowboy validate UTF-8 of text frames, per spec, but Channels push JSON which are also validated against UTF-8. Therefore, I suggest we use a binary frame for pushing JSON.
Our seria…
-
In our project we have a set of JSON serialization rules not covered by `arrow_json`.
For example, there are binary columns that already contain a valid JSON that needs to be just embedded "as is…
-
For example, the [`retrieveItem` operation's return type](https://sandbox.wasabi.telemeta.org/timeside/redoc/#operation/retrieveItem) (you need to click on the 200 button to show the response types) i…
-
When working with DateTime and setting values to its default value using default(DateTime) this results in a ArgumentOutOfRangeException. Here is the stack trace:
```
at System.DateTime.AddTicks(Int6…
-
### Description
When compared to .NET Framework 4.8, the output from BenchmarkDotNet shows execution time has greatly increased in .NET6/7 when deserializing from compressed binary XML streams usin…
-
### Motivation: Why do you think this is important?
Currently flyte supports JSON through protobuf Struct. This causes a lot of problems for the users, especially when using ints as Structs only stor…