Home › Forums › Support › What's the best way to send a collection of objects? › Reply To: What's the best way to send a collection of objects? August 29, 2015 at 02:59 #4085 AnonymousInactive I found the answer. Don’t use collections, use plain old arrays ([]) http://stackoverflow.com/questions/10510589/how-to-serialize-arrays here’s an example: [ProtoMember(4)] [JsonProperty] public FileDetails[] Files; hope it helps others. 🙂