Skip to content

Commit

Permalink
#13 mentioned init_from_string in the README [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
d-led committed Nov 4, 2016
1 parent ebd26f8 commit bdce3c4
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,13 @@ void json(Archive &ar, Point const &p) {
}
````
initializing the object upon serialization
------------------------------------------
as a convenience, the function `picojson::convert::init_from_string` can be used instead of `from_string`
to default-initialize the object before deserialization.
implementing custom value converters
------------------------------------
Expand Down

0 comments on commit bdce3c4

Please sign in to comment.