@SurajGupta wrote:
I'm trying to serialize a Vector to a JSON string and then deserialize back into a Vector using Json.NET and getting an InvalidCastException - Unable to cast object of type 'System.Collections.Generic.List`1[System.Double]' to type 'System.Double[]'.
Has anyone had success serializing to and deserializing from JSON?
Posts: 6
Participants: 2