elsa-core/src/modules/Elsa.Workflows.Core/Serialization
gurkanguran bc2b4e8fde
Mongodb implementation (#4127)
* Implemented MongoDb

* Use main entity models in mongodb

* Fixed object serialization issue

* Fixed issues caused by duplicate collection names

* Optimized count query

* Fixed the issues after merge

* Revert "Fixed the issues after merge"

This reverts commit 5568af60cfc107b8ee68fd4c89fbb02946f8a6a3.

* Use expression helper to solve mongodb query issue

* Handle null values during deserialization

* Moved MongoDb project to persistence folder

* Did some refactor and added type serializer for variable fix

* Modularize mongodb indices creation

* Fixed the build

* Implement variable serializer

* Update SQLite migrations

---------

Co-authored-by: Sipke Schoorstra <sipkeschoorstra@outlook.com>
2023-06-28 22:44:51 +02:00
..
Converters Mongodb implementation (#4127) 2023-06-28 22:44:51 +02:00
Providers Improve JSON serializationfor workflow state (#3913) 2023-04-17 00:11:58 +02:00
ReferenceHandlers Fix serialization bug and update AllInOne reference app with support for webhooks 2023-04-24 13:44:34 +02:00
CustomSerializationOptionConfigurator.cs Fix variable with generic type serialization 2023-03-09 11:02:07 +01:00