-
#Problem
Right now we can read in text files to populate a Dictionary but there is no way to save a Dictionary
#Work To Do
1. Dictionary and Word need to be serializable
2. Create a writeToFil…
-
I've created kproxymap to facilitate use of kotlinx.serialization compiler plugin generated serialization with proxy maps in https://github.com/moshbear/kproxymap . You're welcome to use the ideas wit…
-
### Description
Hi, I have a numerical solver that I takes a long time to compile. I want to compile it ahead of time, export, serialize, and then store it. And then I want to load, rehydrate and r…
-
Printing of the campaign breaks the markdown.
-
Is there a way to serialize and unserialize a Quadtree? Or is the best strategy currently just to stringy, parse and recreate the Quadtree? Thanks in advance
-
Hello there,
may I ask, is Kotlinx Serialization supported with some trick, or not? I tried to use Kotlinx Serialization for ContentNegotiation, but appearently apidoc structures dont have Serializab…
-
## Background
To meet its promise of interoperability, CDM requires a defined standard for the exchange of information. Unfortunately, after a detailed analysis, the community determined that the c…
-
Currently if an app uses current attributes with full objects, such as `Current.organization`, you can run into errors such as:
> NoMethodError: undefined method `name' for "#Organization:0x0000111…
-
I'm tinkering with an automatic Pydantic (de)serialization integration. Here is what I have so far:
```py
import dataclasses
from typing import Any
import dramatiq
from dramatiq.results impor…
-
As we have discussed, `crew` cannot set a serialization method through `mirai` because the mechanism relies on `everywhere()`. As a compromise, would it be okay to have the option to disable built-in …