Does ServiceStack.Text has any Json Serializer/DeSerializer size limit?

299 views Asked by At

Does Service-stack.Text has any Json Serialize/ DeSerialize size limit ?

I want to know is there any size limit on Json serialization and DeSerialization. Based on this I want to send no of object collection as input.

Thank you

1

There are 1 answers

2
mythz On BEST ANSWER

No, there's no built-in limit in ServiceStack.Text of how large a C# object to serialize or JSON string to deserialize. It just takes longer and use more memory the larger the object size/payload is.