-
Currently, converting numbers to binary is done the idiomatic way. Since integers (int8, int16 and int32) occur quite a lot in zone files, e.g. TTL, optimization may result in a nice peformance boost.…
-
Today, we load the entire workspace into R at once when the R session starts. This can happen:
- when starting a new R session (via the `.Rdata` file), or
- when resuming an existing R session (vi…
-
Is there a way to bypass `deserialize` call after getting data?
https://github.com/Level/browser-level/blob/main/index.js#L135
I need to work with js objects with no encoding. Details here:
https…
-
I'm getting an exception when attempting to call `addRegistrationOrDeviceToken()` on the User API. It appears that the mapping for the `token` property is incorrect in `AddRegistrationOrDeviceTokenRes…
-
### Description
When I deserialize `{"values":["1","2","3"]}` to the class:
```php
final class Test
{
/** @var array */
private array $values;
/** @var array */
public fu…
-
## Describe the bug
Today, MSTest uses the `DataContractJsonSerializer` serializer in order to perform the serialization and deserialization of the data during discovery and execution.
The probl…
-
When deserializing a malformed (not syntactically valid) payload, or an invalid (not schematically valid) payload it is useful to generate an exception that provides fields like LineNumber, LinePo…
-
```
Please include an e-mail address if this might need a dialogue!
==============
What steps will reproduce the problem?
1. initialize two communicating TCP clients: A and B
2. write a truncated m…
-
```
Please include an e-mail address if this might need a dialogue!
==============
What steps will reproduce the problem?
1. initialize two communicating TCP clients: A and B
2. write a truncated m…
-
```
I found an issue with deserialization. When I try to deserialize json which
doesn't contain all object's fields or contains null I got Marshalling Error.
Please check the source code in attached …