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
JsConfig.cs
on
master
User selector
All users
All time
Commit history
Commits on Dec 12, 2012
fix whitespace
paultyng
committed
69eba8f
View commit details
Copy full SHA for 69eba8f
View code at this point
Browse repository at this point
keep default functionality
paultyng
committed
b8ef854
View commit details
Copy full SHA for b8ef854
View code at this point
Browse repository at this point
allow setting the values directly on config class
paultyng
committed
93a8e62
View commit details
Copy full SHA for 93a8e62
View code at this point
Browse repository at this point
thread static scoped config - initial version
paultyng
committed
237ee47
View commit details
Copy full SHA for 237ee47
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 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 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 Nov 1, 2012
added MonoTouch specific tests for iOS
Show description for d860b5f
desunit
committed
d860b5f
View commit details
Copy full SHA for d860b5f
View code at this point
Browse repository at this point
Commits on Oct 28, 2012
fix whitespace on JsConfig
mythz
committed
e63a1f2
View commit details
Copy full SHA for e63a1f2
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
merge
mythz
committed
c9ae144
View commit details
Copy full SHA for c9ae144
View code at this point
Browse repository at this point
Commits on Sep 28, 2012
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
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 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
Commits on Sep 20, 2012
changed the forcetypeinfo to includetypeinfo
allenarthurgay
committed
9471011
View commit details
Copy full SHA for 9471011
View code at this point
Browse repository at this point
added forcetypeinfo to allow more control from consumer
allenarthurgay
committed
b98062f
View commit details
Copy full SHA for b98062f
View code at this point
Browse repository at this point
Commits on Sep 18, 2012
Monotouch solution updated
Show description for eb9e422
vIceBerg
committed
eb9e422
View commit details
Copy full SHA for eb9e422
View code at this point
Browse repository at this point
Commits on Sep 17, 2012
Enable dictionary and list deserialization of primitive types (configurable); Create ExpandoObject deserializer
Andrew Robinson
committed
6284acb
View commit details
Copy full SHA for 6284acb
View code at this point
Browse repository at this point
Commits on Sep 11, 2012
Add serialization hooks for OnSerializing, OnDeserialized
Andrew Robinson
committed
3964b1f
View commit details
Copy full SHA for 3964b1f
View code at this point
Browse repository at this point
Commits on Sep 9, 2012
Merge pull request #179 from Eloqua/master
Show description for 1c0fde1
desunit
committed
1c0fde1
View commit details
Copy full SHA for 1c0fde1
View code at this point
Browse repository at this point
Commits on Sep 6, 2012
Fix custom de/serialization for object types, and add tests
Andrew Robinson
committed
c4bd05b
View commit details
Copy full SHA for c4bd05b
View code at this point
Browse repository at this point
Cache TypeAttrInObject on JsConfig singleton to improve perf
Andrew Robinson
committed
a718ca5
View commit details
Copy full SHA for a718ca5
View code at this point
Browse repository at this point
Commits on Sep 4, 2012
Enable polymorphic deserialization from other serialization frameworks (ie MS DataContractJsonSerializer and Newtonsoft)
Andrew Robinson
committed
86293d7
View commit details
Copy full SHA for 86293d7
View code at this point
Browse repository at this point
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
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 21, 2012
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
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 Jul 9, 2012
Fix AOT Issue when writing cutom POCO DTOs
pseabury
committed
fbbb9da
View commit details
Copy full SHA for fbbb9da
View code at this point
Browse repository at this point
Commits on Jun 2, 2012
Add in @pauldbau AOT hints from issue #92
mythz
committed
12b395a
View commit details
Copy full SHA for 12b395a
View code at this point
Browse repository at this point
Commits on May 29, 2012
Add new MonoTouch project and tweak /src to build latest on MonoTouch
mythz
committed
0fe55d9
View commit details
Copy full SHA for 0fe55d9
View code at this point
Browse repository at this point
Commits on Apr 5, 2012
Merge pull request #106 from kvervo/master
Show description for 1788b11
mythz
committed
1788b11
View commit details
Copy full SHA for 1788b11
View code at this point
Browse repository at this point
Commits on Apr 2, 2012
Add a custom HashSet implementation, since it is not available for Windows Phone
kvervo
committed
8c5d76b
View commit details
Copy full SHA for 8c5d76b
View code at this point
Browse repository at this point
Merge pull request #100 from paegun/master
Show description for 454a916
mythz
committed
454a916
View commit details
Copy full SHA for 454a916
View code at this point
Browse repository at this point
Allow Structs/ValueTypes to be treated as Ref Types, added KeyValuePair<,> to the HashSet by default.
mythz
committed
032de98
View commit details
Copy full SHA for 032de98
View code at this point
Browse repository at this point
Commits on Mar 28, 2012
fixed JsConfig not setting threadstatic values on subsequent attempts. fixed DateTimeOffset support for non-ISO8601 formats, changed parse behavior of datetime to not use config (bad for interop), …
Show description for becfec8
unknown
authored and
unknown
committed
becfec8
View commit details
Copy full SHA for becfec8
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.