Replies: 1 comment 2 replies
-
|
You should verify that you have the source generator configured properly, and that you're consuming it properly when calling into the serializer. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
It seems that the slow performance during the first deserialization is by design. In my case, the first deserialization takes 155ms, while the second only takes 1.2ms, which is a bit unacceptable.
Is there any way to speed up the initial deserialization?
P.S. I'm using v3.
Beta Was this translation helpful? Give feedback.
All reactions