currently serialization/deserialization is hard coded in
there are many valid usecase for a user wanting a custom solution:
- working around existing search param use cases
- custom array / object notation
- support for dates/bigints (superjson)
maybe look at how trpc handles custom transformers?
To discuss:
What should the signature of the swappable serializer be?
How to handle differences between search param and route param serialization / deserialization?
currently serialization/deserialization is hard coded in
there are many valid usecase for a user wanting a custom solution:
maybe look at how trpc handles custom transformers?
To discuss:
What should the signature of the swappable serializer be?
How to handle differences between search param and route param serialization / deserialization?