-
```
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've encountered problems when testing the protogen classes with standard
WCF soap/xml serialization. Basically, repeated objects fail to work on
the server-side because the constructor is not ca…
-
```
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…
-
Hi,
I'm trying to find a way to create Jackson Serializer/Deserializer for Account and Groups.
I'm currently using :
```
public class AccountSerializer extends StdSerializer {
protected Accoun…
-
### Description
When I deserialize `{"values":["1","2","3"]}` to the class:
```php
final class Test
{
/** @var array */
private array $values;
/** @var array */
public fu…
-
```
java.lang.ArrayIndexOutOfBoundsException: Index 0 out of bounds for length 0
at xyz.matthewtgm.json.serialization.JsonDeserializer.createClassInstance(JsonDeserializer.java:68)
at xyz.matthew…
-
-
Currently, models are deserialized into `Record` instances and the attributes are `Dict`
https://github.com/orbitjs/orbit/blob/21aa956ec242dad4f68ba42cc3a1e67ddd6cd94b/packages/%40orbit/data/src/reco…
-
Hello,
Right now, only serialization is possible. Is there any reason deserialization is not implemented ?
I'm on a project where I want to extends the "safety" of units to the data in our databas…