active_model_serializers/lib/active_model
Tee Parham f35a2261d2 support different serializations in ArraySerializer
ArraySerializer can serialize arrays of Hash, ActiveModel::Serializer,
or any PORO that responds to :as_json

Each item in the array should not include its type as a root element,
since normal arrays do not do this. If you want "typed" collections,
don't use an Array.
2012-05-30 14:52:52 -06:00
..
serializers Prep for 0.5.0 2012-05-16 14:17:10 -07:00
serializer.rb support different serializations in ArraySerializer 2012-05-30 14:52:52 -06:00