Skip to content
This repository was archived by the owner on Dec 24, 2022. It is now read-only.

Culture issue #357

Merged
merged 2 commits into from
Jul 23, 2013
Merged

Culture issue #357

merged 2 commits into from
Jul 23, 2013

Conversation

flq
Copy link
Contributor

@flq flq commented Jul 23, 2013

More win in serialization scenarios with regard to the thread's culture…

If the object will be serialized via ToString, it will be checked
whether the object implements IFormattable and then a CultureInvariant
ToString overload is called.

Tests for the IFormattable usage …

This commit is separated from the implementation
as it is unclear whether the Rect class is available in all environments

flq added 2 commits July 23, 2013 18:10
If the object will be serialized via ToString, it will be checked
whether the object implements IFormattable and then a CultureInvariant
ToString overload is called.
This commit is separated from the implementation
as it is unclear whether the Rect class is available in all environments
mythz added a commit that referenced this pull request Jul 23, 2013
@mythz mythz merged commit 6fde44c into ServiceStack:master Jul 23, 2013
@mythz
Copy link
Member

mythz commented Jul 23, 2013

great, thx

@flq flq deleted the culture_issue branch July 23, 2013 16:59
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants