-
Shouldn't you encode the string to base64 so that it is not human readable... similar to when you binary serialize the values of xml in your example here?
https://uscilab.github.io/cereal/serializa…
-
The standalone binaries currently have no automatic testing.
There are at least two possible approaches that would work for testing, but both involve a non-trivial amount of work:
1. Implement a…
dolio updated
1 month ago
-
I'm generating a Typescript client for an endpoint with **binary** type and format.
Unfortunately the body is being serialized to json...
` updateProfilePhoto(id: number, body: any): Promise {…
-
It's disheartening to dance on eggshells when trying to pass a large binary array to drogon's setBody method. Nothing works. No shared_ptr, no string_view, nothing. The only way to pass a binary array…
-
The projects are not changed (targeting .net version/websharper lib references...) but not able to build after .net 9 preview installed.
In event viewer, application log:
```
Application: wsfsc.e…
-
Cap'n'proto is a C++ binary serialization format (https://github.com/capnproto/capnproto) similar to protobuf.
It also includes a format for dynamic reflection:
https://capnproto.org/cxx.html#dy…
-
I am reaching out to propose an enhancement to the `browser.storage.local` functionality. As it stands, this storage currently only supports values that are serializable to JSON.
However, in some s…
-
Every component needs to be serialized and deserialized.
Every component should serialize and deserialize itself aka it should decide how it is (de)serialized.
We have to store a component type alon…
-
When a structure contains an array with more than one item, the types of the array should be exactly the same as the array from the structure.
For example, right now a structure like `[StorageType.…
-
I have a small number of large numpy arrays (1-100MB total) stored in a structured way, with some additional JSON metadata. Something like:
```python
{
"my_array": numpy.array([0, 1, 2, ...]),
…