aboutsummaryrefslogtreecommitdiff
path: root/ServiceStack/Host
diff options
context:
space:
mode:
Diffstat (limited to 'ServiceStack/Host')
-rw-r--r--ServiceStack/Host/ContentTypes.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/ServiceStack/Host/ContentTypes.cs b/ServiceStack/Host/ContentTypes.cs
index 8840e7c8b..f7734a36b 100644
--- a/ServiceStack/Host/ContentTypes.cs
+++ b/ServiceStack/Host/ContentTypes.cs
@@ -18,7 +18,7 @@ namespace ServiceStack.Host
serializer(response, responseStream);
}
- private Action<object, Stream> GetStreamSerializer(string contentType)
+ public static Action<object, Stream> GetStreamSerializer(string contentType)
{
switch (GetRealContentType(contentType))
{