Equivalent when I don't know the model/serializer at play?
mjobin-mdsol opened this issue · comments
Mathieu Jobin commented
I am looking for an AMS equivalent to
instance_serialization = ActiveModelSerializers::SerializableResource.new(local_instance).as_json
basically, I don't know what object local_instance
is and what serializer class I should be using. AMS does that for me automatically.
Thank you
github-actions commented
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.