Skip to content
This repository has been archived by the owner on Oct 12, 2023. It is now read-only.

JSONSerializer settings not honored #67

Open
Mortana89 opened this issue Nov 6, 2019 · 0 comments
Open

JSONSerializer settings not honored #67

Mortana89 opened this issue Nov 6, 2019 · 0 comments

Comments

@Mortana89
Copy link

When specifying a JSONSerializer with typenamehandling 'Auto', we get cryptic error messages about bad requests.
Understood from another issue, this is due to the fact that the bulkexecutor uses it's own translator under the hood.
However, when we have abstract nested classes, we save the typename in the database to make sure we can handle the (de)serialization correctly.
Without being able to specify this in the bulk executor, it omits the $type property and as such these objects fail to deserialize...

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant