procore-oss / blueprinter

Simple, Fast, and Declarative Serialization Library for Ruby

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Equivalent when I don't know the model/serializer at play?

mjobin-mdsol opened this issue · comments

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

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.