The first serialization succeeds, why do the next ones fail?
This is usually caused by a reused JsonBuffer.
The solution is simply to NOT reuse the JsonBuffer.
The first serialization succeeds, why do the next ones fail?
This is usually caused by a reused JsonBuffer.
The solution is simply to NOT reuse the JsonBuffer.