-
Since #605, we added support for `recordType` and `recordID`, which tries to replace `type/id`. Currently both SDKs and skygear-server (de-)serialise reference with backward compatibility.
However,…
-
Given this sum type with a type hint field, optionally embedded in a test class:
```
@JSONTypeHintField
sealed abstract class TypeHintEnum
case object Varialtion1 extends TypeHintEnum
c…
-
Hello,
Do you have any working example where :
- one or more executable are embed in the Tauri bundle
- and are called successfully when the app is installed as `.AppImage` or `.deb`
So far I…
-
Hello,
I am facing issues with an async deserialisation in combination with mobx observables. I have put together a small example: https://jsfiddle.net/w5rzm9t8/ .
I would have expected the output…
-
Part of #98
Attempting to add RCE in a manner which might get past code review.
https://github.com/tintulip/web-application/commit/2cff27cabeb5aef4157f18fbf48bde830c25c814
Two REST endpoints…
-
In JAX a PyTree node defines two things: flattening and unflattening. There's some other things that I think would make sense to (optionally) define here. The ones I've come across so far are how to […
-
Deserialisation errors seen with class hudson.EnvVars:
java.io.InvalidClassException: hudson.EnvVars; local class incompatible: stream classdesc serialVersionUID = -234198271843838088, local class s…
timja updated
5 years ago
-
Inside ``pony_deserialise_offset``, If no type is defined for the deserialisation, the type is read from the serialized stream:
https://github.com/ponylang/ponyc/blob/b1fe1a06bd1404e4d5c0b56dcc26a8…
-
### Motivation
Zebra's transaction deserialization does a lot of CPU-heavy cryptography for shielded transactions.
Since we know that transactions in our database are valid, we can deserialize t…
-
Zig is a new but increasingly popular language with standard library support for serialisation/deserialisation of json.
Examples can be seen on [the Zig lang homepage](https://ziglang.org/) and [he…