-
So I was thinking a bit about deserializers and was wondering what you thought about including some stock deserializers. Something like this:
```
HootDeserializer (abstract)
HootStreamDeserializer (a…
-
```
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…
-
```
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 …
-
It looks like support in deserializer seems to have a problem with markdown that should generate a leaf with multiple marks. This simple code demonstrates the issue.
```javascript
import Markdow…
bhirt updated
5 years ago
-
### Discussed in https://github.com/scipp/sciline/discussions/146
Originally posted by **jl-wynen** March 13, 2024
I experimented with deserializing JSON task graphs back into `sciline.TaskGra…
-
Hi,
I tried to use parquet-carpet to read a parquet file with java record as shown below:
```java
import org.eclipse.collections.impl.list.mutable.primitive.FloatArrayList;
public record Dat…
-
How can we Deserialize DomainResults.Common.DomainResult as it does not contain default constructor. Can serialization will be supported?