#Storing collections in the Service Container
2 messages · Page 1 of 1 (latest)
Hard to say without knowing what the collection contains. Generally it would probably be better to bind a class that manages the data in stead of a generic collection. That gives you type safety, editor completions and better static analysis.