I have a problem with the deserialization with serviceStack.Text. The running Time of the serialization of a complex object increases exponentially with increasing complexity of the object . In particular, this object contains a list of simple objects , increasing the number of these items in the list , the time of serialization increases dramatically . how do I make it faster ?
These are my only configuration:
JsConfig.IncludeTypeInfo = true;
JsConfig.IncludePublicFields = true;