-
Notifications
You must be signed in to change notification settings - Fork 7
Open
Description
Seems to be an issue with serialization of lists?
List persons = new List();
persons.Add(new Person(....
persons.Add(new Person(....
IEntitySerializer serializer = new EntitySerializer();
dynamic json = serializer.Serialize(persons);
Results in the following error: Object Serialized to Array. JObject instance expected.
Funnily enough seems to serialize a dictionary of persons ok though.
Metadata
Metadata
Assignees
Labels
No labels