Thanks to visit codestin.com
Credit goes to github.com

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

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: ServiceStack/ServiceStack.Text
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: bman654/ServiceStack.Text
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 8 commits
  • 16 files changed
  • 1 contributor

Commits on May 25, 2011

  1. Fixed datetimes losing precision during json serialize/deserialize ro…

    …undtrips. Removed some (all?) of the rounded datetime comparisons in existing unit tests.
    Brandon Wallace committed May 25, 2011
    Configuration menu
    Copy the full SHA
    0d1e544 View commit details
    Browse the repository at this point in the history
  2. Merge commit '24e7b55b58e7f0d847424eddb4d8c50037d62178'

    Brandon Wallace committed May 25, 2011
    Configuration menu
    Copy the full SHA
    80a6b66 View commit details
    Browse the repository at this point in the history
  3. Modified TestBase.Serialize() to test XmlSerializer as well. Modified…

    … XmlSerializer.SerializeToWriter() to use value.GetType() instead of typeof(T) to match the semantics of the other XmlSerializer.SerializeTo... methods (and thus success in serializing when T == object).
    Brandon Wallace committed May 25, 2011
    Configuration menu
    Copy the full SHA
    3a1655f View commit details
    Browse the repository at this point in the history
  4. Merge commit '3a1655f08cc27dbfa832ef40ed6624997510efa9'

    Brandon Wallace committed May 25, 2011
    Configuration menu
    Copy the full SHA
    5668e70 View commit details
    Browse the repository at this point in the history

Commits on Jun 1, 2011

  1. Modified DateTime tests to round to millisecond (which is the resolut…

    …ion of JSON dates)
    Brandon Wallace committed Jun 1, 2011
    Configuration menu
    Copy the full SHA
    8f9b7fc View commit details
    Browse the repository at this point in the history
  2. Merge branch 'DateTimeRoundtripFix'

    Brandon Wallace committed Jun 1, 2011
    Configuration menu
    Copy the full SHA
    60c7812 View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2011

  1. Type deserializer will deserialize strings where the property names o…

    …r enum values have the wrong case on the first character (class Foo { int PropertyName { get; set; } } can deserialize both "{ PropertyName: 1 }" and "{ propertyName: 1}"
    Brandon Wallace committed Jul 7, 2011
    Configuration menu
    Copy the full SHA
    e14bee9 View commit details
    Browse the repository at this point in the history
  2. Added JsConfig.SerializePropertyNamesWithLowerCaseFirstLetter setting…

    … so that Json And Jsv serializers can optionally change properties to camel case when serializing objects (so you can have PascalCase properties in your C# and camelCase properties in your JavaScript).
    Brandon Wallace committed Jul 7, 2011
    Configuration menu
    Copy the full SHA
    9761a0f View commit details
    Browse the repository at this point in the history
Loading