Closed GoogleCodeExporter closed 9 years ago
Hi, sorry I haven't replied sooner - only stumbled across reading this issue
now as it didn't get emailed to me automatically.
It is very odd that I'm using 'Encoding.Unicode' because I normally standardize
on 'Encoding.UTF8' whenever possible, the only reason I can think I would've
changed it is because I
had problems with 'UTF8'. Anyways the default should be 'UTF8' so I've changed
it back, I've added some serialization tests around this and it doesn't look
like it has affected the
.NET release, so it will be available in the next release on the weekend.
PS: I have just added a new optimized and compact 'JSV' endpoint that I
intended to use for perf/bandwidth constrained .NET to .NET environments like
MonoTouch which you can read
more about here: http://www.servicestack.net/mythz_blog/?p=176
Hopefully I'll have time to get this weekend to test it inside MonoTouch, due
to the AOT limitations it will probably require a manual RegisterType<T> step
so the code for
serialization/de-serialization can be compiled ahead-of-time but I think the
perf gains will make it worthwhile.
Original comment by demis.be...@gmail.com
on 15 Apr 2010 at 1:15
Original comment by demis.be...@gmail.com
on 11 May 2010 at 11:34
Was this issue fully resolved? I'm getting the same error. I am new to
ServiceStack; I just downloaded it today (version 2.05, uploaded 3/4/2011).
I'm working in MonoTouch and using JsonDataContractDeserializer. Here's the
full text of what I'm deserializing:
{"ContextList":[],"DisplayString":"Testing:
David","Exception":null,"ExceptionString":null}
Original comment by dave.ca...@gmail.com
on 14 Mar 2011 at 5:53
So this project is closed at this site, if you want to report an issue please
do so at:
https://github.com/ServiceStack/ServiceStack.Text/issues
Original comment by demis.be...@gmail.com
on 14 Mar 2011 at 8:48
Original issue reported on code.google.com by
alexandr...@gmail.com
on 5 Apr 2010 at 12:33