You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/providers/WorkflowCore.Persistence.MongoDB/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,7 +24,7 @@ By default (to maintain backwards compatibility), the state object is serialized
24
24
This approach has some limitations, for example you cannot control which types will be used in MongoDB for particular fields and you cannot use basic types that are not present in JSON (decimal, timestamp, etc).
25
25
26
26
To eliminate these limitations, you can use a direct object -> BSON serialization and utilize all serialization possibilities that MongoDb driver provides. You can read more in the [MongoDb CSharp documentation](https://mongodb.github.io/mongo-csharp-driver/1.11/serialization/).
27
-
To enable direct serilization you need to register a class map for you state class somewhere in your startup process before you run `WorkflowHost`.
27
+
To enable direct serialization you need to register a class map for you state class somewhere in your startup process before you run `WorkflowHost`.
0 commit comments