How to serialize model for multiple posts? #1535
julians300
started this conversation in
General
Replies: 1 comment
-
Well, there is no way to serialize a post without looping over them. The map is not unefficient until you are looping over tens of thousands of rows. |
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
Uh oh!
There was an error while loading. Please reload this page.
-
I want to serialize my post fields on a per route basis. The docs show how to do this with a single but I want them to be serialized a certain way for all.
My current implementation is:
The map seems inefficient. Is there a better way to do this?
Beta Was this translation helpful? Give feedback.
All reactions