Problem
I need deserialize huge byte array to JArray.
Question is:
Can I be sure that deserialization will be done sequentially?? and the result will be in the same order as source?
I need deserialize huge byte array to JArray.
Can I be sure that deserialization will be done sequentially?? and the result will be in the same order as source?