Quantcast
Channel: Math.NET Numerics - Math.NET
Viewing all articles
Browse latest Browse all 224

Roundtrip serialization/deserialization of Vector using JSON.net

$
0
0

@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

Read full topic


Viewing all articles
Browse latest Browse all 224