|
Cbeam
|
Specialization of traits for std::string providing JSON serialization.
More...
#include <string.hpp>
Static Public Member Functions | |
| static void | serialize (const std::string &str, container::buffer &stream) |
| static void | serialize (const std::string &val, container::buffer &stream) |
| Required to serialize an object of type T into a shared_buffer stream. | |
Specialization of traits for std::string providing JSON serialization.
Strings are enclosed in quotes and special characters are escaped using cbeam::convert::escape_string.
|
inlinestatic |
|
inlinestatic |
Required to serialize an object of type T into a shared_buffer stream.
| value | The object to serialize. |
| stream | The shared_buffer stream into which the object is serialized. |
This method should take an object of type T and serialize it into a container::buffer stream. by using its append method.