How we can add a support for new Seializers gems? #11
PedroAugustoRamalhoDuarte
started this conversation in
Ideas
Replies: 2 comments 1 reply
-
I think this would be great. I have been using alba and migrating it over might not get adoption from the team. |
Beta Was this translation helpful? Give feedback.
0 replies
-
I am building a small POC to test it out. I think we can just override some methods from OjSerializer and make it work |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
These gems help reduce a lot of the overhead of writing types twice in apps that use Rails and TypeScript. However, there are many other serializer gems. Is there an easy way we can build an adapter to make it simpler to support new serializer gems? For example, active_model_serializers has a very similar API to OJ, but we cannot set it up with AMS right now.
Beta Was this translation helpful? Give feedback.
All reactions