Skip to content

Commit

Permalink
Merge branch 'master' of github.com:hhariri/EasyHttp
Browse files Browse the repository at this point in the history
  • Loading branch information
hhariri committed Oct 28, 2011
2 parents 9c227ec + 9102f64 commit 0874340
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Expand Up @@ -76,6 +76,16 @@ To get some data in JSON format:

Both in Static and Dynamic versions, hierarchies are supported.

## Serialization / Deserialization Conventions

For serialization / deserialization, you can use pretty much any type of naming convention, be it Propercase, CamelCase, lowerCamelCase, with_underscores, etc. If for some reason, your convention is not picked up, you can always decorate the property with an attribute:

```
[JsonName("mycustomname")]
public string SomeWeirdCombination { get; set; }
```

## Credits

Copyright (c) 2010 - 2011 Hadi Hariri and Project Contributors
Expand Down

0 comments on commit 0874340

Please sign in to comment.