Customizable serialization for network layer #877
chris-kruining
started this conversation in
Ideas
Replies: 0 comments
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.
-
kind of like tRPC's transformer
I've been trying all day to get something working with intercepters, and I have a working setup for deserialization. however I now need to manually serialize in the load function, I would like to solve this with a provider however, so that the data going over the network is separate from my load method.
Beta Was this translation helpful? Give feedback.
All reactions