Thread safety of ISerializer/IDeserializer #844
-
I want to know ISerializer/IDeserializer is thread-safe or not thread-safe. On this StackOverflow question. But it can be found some comments that it's not thread safe.
Is there any official documents about multi thread behavior? |
Beta Was this translation helpful? Give feedback.
Answered by
EdwardCooke
Sep 2, 2023
Replies: 2 comments 1 reply
-
No, they are not thread safe. You will need to create new serializers and deserializers in each thread. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
filzrev
-
It's thread safe now as of 16.1.0 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
No, they are not thread safe. You will need to create new serializers and deserializers in each thread.