Skip to content

Commit

Permalink
updated doc
Browse files Browse the repository at this point in the history
  • Loading branch information
tonda-kriz committed Nov 7, 2024
1 parent 0fbcb73 commit 604b43e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ All generated messages (and enums) are using the following API [`include/spb/jso
auto serialize( const auto & message, spb::io::writer on_write ) -> size_t;

//- return size in bytes of serialized message
auto serialize_size( const auto & message ) noexcept -> size_t;
auto serialize_size( const auto & message ) -> size_t;

//- serialize message into string
auto serialize( const auto & message ) -> std::string
Expand Down

0 comments on commit 604b43e

Please sign in to comment.