-
Original issue opened by @ArturoQuintana at https://github.com/kytos/flow_manager/issues/138.
Hi, @cmagnobarbosa.
Issue [132](https://github.com/kytos/flow_manager/issues/132) seems to be closed by …
-
/cc @kevmoo any plans when the update will land?
eredo updated
6 years ago
-
**Describe the bug**
Since upgrading to Beanie 1.27.0, we've encountered several serialization problems with PydanticObjectId and Link objects.
It seems that PydanticObjectId no longer automatic…
-
Many DTOs have inconsistencies that break JSON serialization, such as divergent getter method names. It should be possible to serialize then de-serialize these objects.
As a workaround, one can use…
-
For example:
```crystal
require "json"
abstract class Shape
include JSON::Serializable
use_json_discriminator "type", {point: Point, circle: Circle}, default: Point
property type : S…
-
Since Geojson has no geometry type for box, we had not implemented the interface providing the necessary code to serialize it.
@saibotk I would suggest we add a custom serialization besides the Json…
-
I went from googleads 10 to the newest version of ad manager and now a simple get of all networks associated with a service email account does not work anymore. I get a serialization error with the re…
-
Hi, @cmagnobarbosa.
Issue [132](https://github.com/kytos/flow_manager/issues/132) seems to be closed by PR [137](https://github.com/kytos/flow_manager/pull/137), and in there, we referenced problems …
-
I'm trying to use this package together chopper + json_serializable. But now stuck as I couldn't figure out how to deserialize using ChopperService converter class.
Would it be possible to add an e…
-
# JSON Serializable
How to use JSON Serializable with Firestore
[https://fireship.io/courses/flutter-firebase/intro-flutter-create/](https://fireship.io/courses/flutter-firebase/intro-flutter-create…