This repository was archived by the owner on Dec 24, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 623
Pull requests: ServiceStack/ServiceStack.Text
Pull requests list
Keep un-customized headers, explicitly specify those to drop.
#4
by bsiegel
was merged Feb 21, 2011
Loading...
updated Feb 21, 2011
Option to write null values, off by default.
#7
by bsiegel
was merged Feb 22, 2011
Loading...
updated Feb 21, 2011
Make date/time parsing less error prone. DateTimeSerializer.ParseShortest
#12
by grendello
was merged Apr 9, 2011
Loading...
updated Apr 9, 2011
Bug in ReadOnlyCollection<> deserialization
#25
by Iristyle
was merged Aug 11, 2011
Loading...
updated Aug 11, 2011
Implementation to handle polymorphic lists.
#29
by SteveDunn
was closed Sep 1, 2011
Loading...
updated Sep 2, 2011
XmlSerializer.SerializeToWriter((object)someDto) fails SerializeToString((object)someDto) works
#21
by bman654
was closed Oct 29, 2011
Loading...
updated Oct 29, 2011
Fixed bug when [de]serializing polymorphic generic lists
#31
by SteveDunn
was closed Oct 30, 2011
Loading...
updated Oct 30, 2011
Fixed - DeserializeType<TSerializer>.GetSetPropertyMethod fails for Dictionary type.
#57
by pvasek
was merged Jan 26, 2012
Loading...
updated Jan 26, 2012
Source code tweaks for MonoTouch + new MonoTouch-specific csproj
#45
by t9mike
was closed Jan 26, 2012
Loading...
updated Jan 26, 2012
Added SerivceStack.SL5 solution.
#62
by dbeattie71
was merged Jan 27, 2012
Loading...
updated Jan 27, 2012
Fixed serialization of null nested dictionary when JsConfig.IncludeNullValues = true
#67
by JonCanning
was merged Feb 8, 2012
Loading...
updated Feb 8, 2012
StringCollection does not exist in silverlight
#70
by mattjohnsonpint
was merged Feb 11, 2012
Loading...
updated Feb 11, 2012
Fix silverlight build issues with last bugfix for UTC dates.
#72
by mattjohnsonpint
was merged Feb 14, 2012
Loading...
updated Feb 14, 2012
Fix DateTime.MinValue roundtrip leading to a different time value
#78
by meebey
was merged Feb 28, 2012
Loading...
updated Feb 28, 2012
Fixed issue #75 with Nullable<DateTime>
#76
by codedemonuk
was merged Feb 28, 2012
Loading...
updated Feb 28, 2012
Fix silverlight build as it doesn't support System.Data.Linq
#83
by Aurimas86
was closed Mar 4, 2012
Loading...
updated Mar 4, 2012
Only call static Parse() methods on value types (structs)
#84
by meebey
was merged Mar 4, 2012
Loading...
updated Mar 4, 2012
Added JsConfig option to propagate serialization exceptions up the stack rather than swallowing
#86
by franklinwise
was merged Mar 11, 2012
Loading...
updated Mar 11, 2012
Further Improvemets for Date Handling
#89
by mattjohnsonpint
was merged Mar 11, 2012
Loading...
updated Mar 14, 2012
Added tests and support for the DefaultValue attribute
#85
by houlgap
was closed Mar 17, 2012
Loading...
updated Mar 17, 2012
fixes for non-ISO8601 DateTime support
#100
by paegun
was merged Apr 2, 2012
Loading...
updated Apr 2, 2012
Added SystemTime - a DateTime abstraction and corresponding tests.
#104
by damianh
was merged Apr 3, 2012
Loading...
updated Apr 4, 2012
ProTip!
Filter pull requests by the default branch with base:master.