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 }}
IcodeNet
/
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
Common
on
master
User selector
All users
All time
Commit history
Commits on Dec 25, 2012
Fixed issue with query string serialization
desunit
committed
4423312
View commit details
Copy full SHA for 4423312
View code at this point
Browse repository at this point
Commits on Dec 14, 2012
fix handling of nullable enums
kongo2002
committed
fc16c91
View commit details
Copy full SHA for fc16c91
View code at this point
Browse repository at this point
Commits on Dec 9, 2012
Fix whitespace
mythz
committed
a42f291
View commit details
Copy full SHA for a42f291
View code at this point
Browse repository at this point
Non-interface / non-abstract-typed property of a derived class should not have type info
Show description for 067ce1f
Amry
committed
067ce1f
View commit details
Copy full SHA for 067ce1f
View code at this point
Browse repository at this point
Fix parsing prettyPrint tab in empty list
mythz
committed
6ca3b35
View commit details
Copy full SHA for 6ca3b35
View code at this point
Browse repository at this point
Commits on Dec 7, 2012
Add caching to AssemblyUtils.FindType and change all slower Type.GetType calls to use that
mythz
committed
c8f80e8
View commit details
Copy full SHA for c8f80e8
View code at this point
Browse repository at this point
Commits on Dec 6, 2012
fixed to #230
Show description for b85e1b6
desunit
committed
b85e1b6
View commit details
Copy full SHA for b85e1b6
View code at this point
Browse repository at this point
Commits on Nov 21, 2012
related to #239:
Show description for 1011da2
desunit
committed
1011da2
View commit details
Copy full SHA for 1011da2
View code at this point
Browse repository at this point
related to #239:
Show description for 400c31e
desunit
committed
400c31e
View commit details
Copy full SHA for 400c31e
View code at this point
Browse repository at this point
Commits on Nov 20, 2012
Fixed GetSetPropertyMethod to return delegate for derived property with private setter
Amry
committed
3ef90c0
View commit details
Copy full SHA for 3ef90c0
View code at this point
Browse repository at this point
Commits on Nov 13, 2012
1. Can_deserialize_two_level_expando() test fix:
Show description for 6d080ca
Suremaker
committed
6d080ca
View commit details
Copy full SHA for 6d080ca
View code at this point
Browse repository at this point
Commits on Nov 10, 2012
changed string.Compare to use StringComparison parameter for better compatibility with SL5
desunit
committed
51d3b12
View commit details
Copy full SHA for 51d3b12
View code at this point
Browse repository at this point
added native support for KeyValuePair<,>
desunit
committed
2fda95d
View commit details
Copy full SHA for 2fda95d
View code at this point
Browse repository at this point
Commits on Nov 5, 2012
AOT related fixes
Show description for 811c751
desunit
committed
811c751
View commit details
Copy full SHA for 811c751
View code at this point
Browse repository at this point
Commits on Nov 4, 2012
Re-factor out re-usable Collection utils into public CollectionExtensions class
mythz
committed
780b6ca
View commit details
Copy full SHA for 780b6ca
View code at this point
Browse repository at this point
Commits on Nov 3, 2012
added support for MonoTouch tests
Show description for 98bf72b
desunit
committed
98bf72b
View commit details
Copy full SHA for 98bf72b
View code at this point
Browse repository at this point
Commits on Oct 28, 2012
Changed to use T.IsDto() and T.GetDataMember() on all call sites.
mythz
committed
f6051b3
View commit details
Copy full SHA for f6051b3
View code at this point
Browse repository at this point
Find DataMember by string name for Mono (issues with .NET 3/4 libs)
mythz
committed
2ab97c2
View commit details
Copy full SHA for 2ab97c2
View code at this point
Browse repository at this point
Only write JSON Object / Array, bool and numbers as raw values otherwise as string
mythz
committed
66960dd
View commit details
Copy full SHA for 66960dd
View code at this point
Browse repository at this point
Add more integration tests for JsonObject. Write raw values when serializing JsonObject
mythz
committed
ac4fb27
View commit details
Copy full SHA for ac4fb27
View code at this point
Browse repository at this point
Commits on Oct 18, 2012
fixed #119
Show description for 4bfb08c
desunit
committed
4bfb08c
View commit details
Copy full SHA for 4bfb08c
View code at this point
Browse repository at this point
Commits on Oct 8, 2012
Culture insensitive parsing of primitives in dynamic objects
ggeurts
committed
9e8fd8e
View commit details
Copy full SHA for 9e8fd8e
View code at this point
Browse repository at this point
Reverting previous 2 commits
ggeurts
committed
14c5eb3
View commit details
Copy full SHA for 14c5eb3
View code at this point
Browse repository at this point
Commits on Oct 3, 2012
- normalizing whitespaces to crlf
desunit
committed
d12f500
View commit details
Copy full SHA for d12f500
View code at this point
Browse repository at this point
Commits on Oct 2, 2012
re-factor JsConfig.ModelFactory code a bit
mythz
committed
fe608e1
View commit details
Copy full SHA for fe608e1
View code at this point
Browse repository at this point
added the ability to override object construction
BrannonKing
committed
cbec863
View commit details
Copy full SHA for cbec863
View code at this point
Browse repository at this point
Commits on Sep 30, 2012
merged JSON deserialization bug fix
franklinwise
committed
0a8efe7
View commit details
Copy full SHA for 0a8efe7
View code at this point
Browse repository at this point
Fixed bug where if the type info is not the first field listed in a JSON object and object may only half deserialize.
franklinwise
committed
3c53784
View commit details
Copy full SHA for 3c53784
View code at this point
Browse repository at this point
Commits on Sep 28, 2012
fixed #202:
Show description for 1c40278
desunit
committed
1c40278
View commit details
Copy full SHA for 1c40278
View code at this point
Browse repository at this point
fixed #206:
Show description for fe45dc6
desunit
committed
fe45dc6
View commit details
Copy full SHA for fe45dc6
View code at this point
Browse repository at this point
Add support for customizing the serialized type name
Show description for 5ea3ecc
aaronlerch
committed
5ea3ecc
View commit details
Copy full SHA for 5ea3ecc
View code at this point
Browse repository at this point
Commits on Sep 27, 2012
Merge pull request #204 from danielcrenna/master
Show description for 09127fe
mythz
committed
09127fe
View commit details
Copy full SHA for 09127fe
View code at this point
Browse repository at this point
Added JsConfig.EmitLowercaseUnderscoreNames to provide a conventions based approach to serialization in "web-friendly" formats, similar to JsConfig.EmitCamelCaseNames
danielcrenna
committed
0a95c7c
View commit details
Copy full SHA for 0a95c7c
View code at this point
Browse repository at this point
Commits on Sep 25, 2012
related #201:
Show description for 8e51cbc
desunit
committed
8e51cbc
View commit details
Copy full SHA for 8e51cbc
View code at this point
Browse repository at this point
Commits on Sep 23, 2012
Added JsConfig.PropertyConvention feature to allow deserializing non-conforming property names at runtime, i.e. "this_property" -> MyClass.ThisProperty without resorting to DataContract decoration
danielcrenna
committed
c2ac687
View commit details
Copy full SHA for c2ac687
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.