How long should I keep my CalendarSerializer object. #710
Answered
by
axunonb
CraigChamberlain
asked this question in
Q&A
-
Hi, I see CalendarSerializer is not disposable and in the tests they are created and forgotten very regularly. Can it me safely be reused synchronously or even asynchronously? I didn't see any tips for dependency injection for this class. Thanks Craig |
Beta Was this translation helpful? Give feedback.
Answered by
axunonb
Feb 4, 2025
Replies: 1 comment
-
You can re-use serializer objects on the same thread. Concurrency is not implemented. See more in this Wiki section. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
axunonb
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You can re-use serializer objects on the same thread. Concurrency is not implemented. See more in this Wiki section.