Skip to content

Commit f865ecd

Browse files
committed
Update src/Docs/text-serializers/json-serializer.md
1 parent 1580728 commit f865ecd

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Docs/text-serializers/json-serializer.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# ServiceStack JsonSerializer
22

3+
Benchmarks for .NET's JSON Serializers are available at: [servicestack.net/benchmarks/](http://www.servicestack.net/benchmarks/)
4+
35
ServiceStack's JsonSerializer is optimized for serializing C# POCO types in and out of JSON as fast, compact and cleanly as possible. In most cases C# objects serializes as you would expect them to without added json extensions or serializer-specific artefacts.
46

57
JsonSerializer provides a simple API that allows you to serialize any .NET generic or runtime type into a string, TextWriter/TextReader or Stream.

0 commit comments

Comments
 (0)