-
I'm using `System.Text.Json.Serialization` attributes/convertors for configuring serialization of my classes, but I think Seq logger is using `Newtonsoft.Json` so when I use the @ character to log an …
-
related: https://stackoverflow.com/questions/79184028/efsecondlevelcache-serialization-issue
# Summary of the issue
I am trying to add second-level caching to my dbcontext. I am using PostgreSQL w…
-
Currently we use [sbinary](https://github.com/harrah/sbinary) and have to do lots of manual serialization. Could [`scodec`](https://github.com/scodec/scodec) be better? Or [`boopickle`](https://github…
-
Currently, collection interfaces like `IReadOnlyList` can be serialized if the actual implementation is `List`, `T[]`, ...
But this will break the serialization:
```csharp
IReadOnlyList data = […
-
The `xsync.MapOf` is a concurrent-safe map, but for use cases where a regular map is needed (e.g., serialization or interactions with non-concurrent code), it would be very convenient to have a built-…
-
# Motivation
flixOpt aims at creating a robust results file from solved calculation, which allows to analyze and evaluate a model at any time after solving it. Any user can profit from this feature
…
-
### Library Version
4.23.0
### OS
macOS 14.6.1 (23G93)
### OS Architecture
64 bit
### How to reproduce?
```fsharp
module Main
open System.IO
open Parquet.Serialization
[]
…
-
Since we're already using `attrs`, there would be several potential benefits from using `cattrs`, which could be considered a pre-serialization/post-deserialization optimization step. It uses `attrs`…
-
## 🚀 Feature
Use a dill-based multiprocessing library to enhance multiprocessing experience.
## Motivation
Currently multiprocessing uses pickle, which has disadvantages. Not everything can…
-
https://github.com/Kotlin/kotlinx.serialization
Kotlin cross-platform / multi-format reflectionless serialization.
Kotlin serialization consists of a compiler plugin, which automatically produces …