diff --git a/lib/ServiceStack.Common.dll b/lib/ServiceStack.Common.dll
index 3386ab0a..6ce47ef5 100755
Binary files a/lib/ServiceStack.Common.dll and b/lib/ServiceStack.Common.dll differ
diff --git a/lib/ServiceStack.Interfaces.dll b/lib/ServiceStack.Interfaces.dll
index 03a68b69..47c48a06 100755
Binary files a/lib/ServiceStack.Interfaces.dll and b/lib/ServiceStack.Interfaces.dll differ
diff --git a/lib/ServiceStack.Text.XML b/lib/ServiceStack.Text.XML
index 9688d3e1..db031fe8 100644
--- a/lib/ServiceStack.Text.XML
+++ b/lib/ServiceStack.Text.XML
@@ -192,6 +192,12 @@
If set to true, Interface types will be prefered over concrete types when serializing.
+
+
+ For extra serialization performance you can re-use a ThreadStatic StringBuilder
+ when serializing to a JSON String.
+
+
Sets the maximum depth to avoid circular dependencies
diff --git a/lib/ServiceStack.Text.dll b/lib/ServiceStack.Text.dll
index 95b16dac..1faf96e0 100755
Binary files a/lib/ServiceStack.Text.dll and b/lib/ServiceStack.Text.dll differ
diff --git a/lib/tests/ServiceStack.Client.dll b/lib/tests/ServiceStack.Client.dll
index 46a956cf..095f5bdb 100644
Binary files a/lib/tests/ServiceStack.Client.dll and b/lib/tests/ServiceStack.Client.dll differ
diff --git a/lib/tests/ServiceStack.Common.Tests.dll b/lib/tests/ServiceStack.Common.Tests.dll
index 360aa850..94ebce71 100644
Binary files a/lib/tests/ServiceStack.Common.Tests.dll and b/lib/tests/ServiceStack.Common.Tests.dll differ
diff --git a/lib/tests/ServiceStack.Common.Tests.pdb b/lib/tests/ServiceStack.Common.Tests.pdb
index c793a6c4..7884f600 100644
Binary files a/lib/tests/ServiceStack.Common.Tests.pdb and b/lib/tests/ServiceStack.Common.Tests.pdb differ
diff --git a/lib/tests/ServiceStack.Common.dll b/lib/tests/ServiceStack.Common.dll
index 3386ab0a..6ce47ef5 100644
Binary files a/lib/tests/ServiceStack.Common.dll and b/lib/tests/ServiceStack.Common.dll differ
diff --git a/lib/tests/ServiceStack.Interfaces.dll b/lib/tests/ServiceStack.Interfaces.dll
index 583898ca..47c48a06 100644
Binary files a/lib/tests/ServiceStack.Interfaces.dll and b/lib/tests/ServiceStack.Interfaces.dll differ
diff --git a/lib/tests/ServiceStack.Interfaces.xml b/lib/tests/ServiceStack.Interfaces.xml
index 5d3cf635..d5edee13 100644
--- a/lib/tests/ServiceStack.Interfaces.xml
+++ b/lib/tests/ServiceStack.Interfaces.xml
@@ -667,6 +667,12 @@
Create a typed message from a raw MQ Response artefact
+
+
+ Create a temporary Queue for Request / Reply
+
+
+
Simple definition of an MQ Host
@@ -1064,6 +1070,11 @@
Holds the request call context
+
+
+ The padding length written with the body, to be added to ContentLength of body
+
+
A thin wrapper around ASP.NET or HttpListener's HttpRequest
diff --git a/lib/tests/ServiceStack.Server.dll b/lib/tests/ServiceStack.Server.dll
index df593f0f..0a96f66f 100644
Binary files a/lib/tests/ServiceStack.Server.dll and b/lib/tests/ServiceStack.Server.dll differ
diff --git a/lib/tests/ServiceStack.Text.dll b/lib/tests/ServiceStack.Text.dll
index 95b16dac..1faf96e0 100644
Binary files a/lib/tests/ServiceStack.Text.dll and b/lib/tests/ServiceStack.Text.dll differ
diff --git a/lib/tests/ServiceStack.Text.xml b/lib/tests/ServiceStack.Text.xml
index 9688d3e1..db031fe8 100644
--- a/lib/tests/ServiceStack.Text.xml
+++ b/lib/tests/ServiceStack.Text.xml
@@ -192,6 +192,12 @@
If set to true, Interface types will be prefered over concrete types when serializing.
+
+
+ For extra serialization performance you can re-use a ThreadStatic StringBuilder
+ when serializing to a JSON String.
+
+
Sets the maximum depth to avoid circular dependencies
diff --git a/lib/tests/ServiceStack.dll b/lib/tests/ServiceStack.dll
index 0b8f46c3..3bced717 100644
Binary files a/lib/tests/ServiceStack.dll and b/lib/tests/ServiceStack.dll differ