Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
StackExpress
/
ServiceStack.Text
Public
forked from
ServiceStack/ServiceStack.Text
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Commits
Breadcrumbs
History for
ServiceStack.Text
src
ServiceStack.Text
on
master
User selector
All users
All time
Commit history
Commits on Aug 29, 2012
fix 1 + 1 to go..
mythz
committed
f9ea2a4
View commit details
Copy full SHA for f9ea2a4
View code at this point
Browse repository at this point
Add Dictionary serializer for csv
Andrew Robinson
committed
c820b83
View commit details
Copy full SHA for c820b83
View code at this point
Browse repository at this point
Extract Serialization Exception information into Data property on serialization
Andrew Robinson
committed
89f82ad
View commit details
Copy full SHA for 89f82ad
View code at this point
Browse repository at this point
Protect jsv deserialization from indexed properties, add some tests
Andrew Robinson
committed
e0e2731
View commit details
Copy full SHA for e0e2731
View code at this point
Browse repository at this point
Enable custom serialization of any type (not just structs), and enable non-string value serialization
Andrew Robinson
committed
1ad7771
View commit details
Copy full SHA for 1ad7771
View code at this point
Browse repository at this point
Commits on Aug 27, 2012
INCR to v3.96
mythz
committed
54f5970
View commit details
Copy full SHA for 54f5970
View code at this point
Browse repository at this point
Commits on Aug 21, 2012
Extension method ToJson respects PreferInterfaces.
i-e-b
committed
307bed1
View commit details
Copy full SHA for 307bed1
View code at this point
Browse repository at this point
Dynamic proxy working in simple scenarios
i-e-b
committed
ff928a1
View commit details
Copy full SHA for ff928a1
View code at this point
Browse repository at this point
Added PreferInterfaces config setting for contract workflows.
i-e-b
committed
fe3d1b9
View commit details
Copy full SHA for fe3d1b9
View code at this point
Browse repository at this point
Broken tests ignored
i-e-b
committed
a588c3b
View commit details
Copy full SHA for a588c3b
View code at this point
Browse repository at this point
Some cleanup, initial tests around dynamicproxy and contract requirements
i-e-b
committed
9ccdf0a
View commit details
Copy full SHA for 9ccdf0a
View code at this point
Browse repository at this point
Commits on Aug 16, 2012
Merge pull request #162 from MikaelEliasson/master
Show description for 48d1c4d
desunit
committed
48d1c4d
View commit details
Copy full SHA for 48d1c4d
View code at this point
Browse repository at this point
Commits on Aug 15, 2012
Silverlight conditionals to allow the ServiceStack.Text.SL5 project to build
sashagit
committed
9446fd7
View commit details
Copy full SHA for 9446fd7
View code at this point
Browse repository at this point
Commits on Aug 14, 2012
- replaced DeserializationException with System.Runtime.Serialization.SerializationException to be properly detected by ServiceStack.HttpRequestExtension.ToStatusCode method as 400 error code
desunit
committed
3b308d3
View commit details
Copy full SHA for 3b308d3
View code at this point
Browse repository at this point
TimeSpan format configuration now works for nullable TimeSpan
Mikael Eliasson
committed
17852a3
View commit details
Copy full SHA for 17852a3
View code at this point
Browse repository at this point
Fix BCL DCS tests. INCR to v3.95
mythz
committed
75ef04f
View commit details
Copy full SHA for 75ef04f
View code at this point
Browse repository at this point
Commits on Aug 13, 2012
Make TimeSpan format configurable
Mikael Eliasson
committed
f136c5e
View commit details
Copy full SHA for f136c5e
View code at this point
Browse repository at this point
Commits on Aug 11, 2012
Merge remote branch 'origin/master'
mythz
committed
98d3387
View commit details
Copy full SHA for 98d3387
View code at this point
Browse repository at this point
remove unused param
mythz
committed
ddd91f1
View commit details
Copy full SHA for ddd91f1
View code at this point
Browse repository at this point
Commits on Aug 10, 2012
Fixed hex padding
JonCanning
committed
e46166a
View commit details
Copy full SHA for e46166a
View code at this point
Browse repository at this point
Commits on Aug 9, 2012
- DeserializeType was trying to create incorrect Delegate for indexed properties. Since Mono is aggressive for valid emitted code that causes Invalid IL code in
Show description for 7dafb12
desunit
committed
7dafb12
View commit details
Copy full SHA for 7dafb12
View code at this point
Browse repository at this point
Commits on Aug 8, 2012
- removed warnings
desunit
committed
81fe4c1
View commit details
Copy full SHA for 81fe4c1
View code at this point
Browse repository at this point
- fixed issue with DT suffix during TimeSpan serialization udner Mono. Remove T if it's the last symbol
desunit
committed
943eea9
View commit details
Copy full SHA for 943eea9
View code at this point
Browse repository at this point
- added Mono specific workaround for incorrect timezone
desunit
committed
69ef827
View commit details
Copy full SHA for 69ef827
View code at this point
Browse repository at this point
- Mono incorrectly interpret missing timezone for ISO8601 mode, we explicitly set Utc
desunit
committed
67d4731
View commit details
Copy full SHA for 67d4731
View code at this point
Browse repository at this point
Merge branch 'master' of git://github.com/ServiceStack/ServiceStack.Text
desunit
committed
7949476
View commit details
Copy full SHA for 7949476
View code at this point
Browse repository at this point
- fixed tests to be compatible with Mono
Show description for 0be62d2
desunit
committed
0be62d2
View commit details
Copy full SHA for 0be62d2
View code at this point
Browse repository at this point
Commits on Aug 6, 2012
added v3.94 SS libs + INCR to v3.94
mythz
committed
e84e9a6
View commit details
Copy full SHA for e84e9a6
View code at this point
Browse repository at this point
Commits on Aug 2, 2012
Ignore JsConfig.IncludeNullValues for JSV, added test for JSON
mythz
committed
fa46723
View commit details
Copy full SHA for fa46723
View code at this point
Browse repository at this point
Merge branch 'master' of git://github.com/ServiceStack/ServiceStack.Text
Show description for 82e5060
desunit
committed
82e5060
View commit details
Copy full SHA for 82e5060
View code at this point
Browse repository at this point
Fix Null Ref Exception when serializing an empty class with QueryStringSerializer
mythz
committed
33cc491
View commit details
Copy full SHA for 33cc491
View code at this point
Browse repository at this point
Unescape strings in late-bound object properties
mythz
committed
0ba7332
View commit details
Copy full SHA for 0ba7332
View code at this point
Browse repository at this point
Commits on Aug 1, 2012
Quote timespans in JsonSerializer
mythz
committed
52cb0b4
View commit details
Copy full SHA for 52cb0b4
View code at this point
Browse repository at this point
fixed #204:
Show description for 992773e
desunit
committed
992773e
View commit details
Copy full SHA for 992773e
View code at this point
Browse repository at this point
Commits on Jul 31, 2012
Merge branch 'master' of git://github.com/ServiceStack/ServiceStack.Text
desunit
committed
d795811
View commit details
Copy full SHA for d795811
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.