elsa-core/test/integration/Elsa.Workflows.IntegrationTests/Serialization
raymonddenhaan 6f36cfff0c
Update serialization and conversion functions (#5682)
* Update serialization and conversion functions

Updated JSON conversion to be able to use type aliases when saving serialized data to the DB.

* Simplify and update type alias registration.

Removed redundant XML comments and replaced IDictionary type aliases with Dictionary equivalents for consistency. These changes improve code readability and maintainability.

* Use collection initializer syntax

* Change "_type" values to "ObjectDictionary" in test files

Updated the "_type" field in various JSON test files from multiple different values to a unified "ObjectDictionary". This ensures consistency across the test files and aligns with the expected type format.

---------

Co-authored-by: Sipke Schoorstra <sipkeschoorstra@outlook.com>
2024-07-03 20:47:46 +02:00
..
JsonSerialization Update serialization and conversion functions (#5682) 2024-07-03 20:47:46 +02:00
Polymorphism Update serialization and conversion functions (#5682) 2024-07-03 20:47:46 +02:00
ProgrammaticWorkflowsAndDelegates Implement distributed lock for registry population (#4983) 2024-02-22 19:37:03 +01:00
SpecialPropertySerialization Fix WorkflowExecutionContext bug (#4919) 2024-02-09 19:37:37 +01:00
VariableExpressions Implement distributed lock for registry population (#4983) 2024-02-22 19:37:03 +01:00
VariableTypes Implement distributed lock for registry population (#4983) 2024-02-22 19:37:03 +01:00