mgholam / fastJSON

Smallest, fastest polymorphic JSON serializer
https://www.codeproject.com/Articles/159450/fastJSON-Smallest-Fastest-Polymorphic-JSON-Seriali
MIT License
478 stars 148 forks source link

Can not serialize ConcurrentQueue. #137

Open xiaoyuvax opened 2 years ago

xiaoyuvax commented 2 years ago

Ver 2.4.0.4, when call DeepCopy(), exception thrown: System.InvalidCastException:“Unable to cast object of type 'System.Collections.Concurrent.ConcurrentQueue`1[System.Byte[]]' to type 'System.Collections.IList'.”