According to comment by Ondrej Svejdar in this question, only startup performance will be affected, not overall perf.
The winning answer here claims the opposite, stating that the serialization assembly is generated on every execution. I take that to mean that every time that portion of the code is hit, a serialization assembly is generated.
Which is correct?