Template Struct value_serializer

Struct Documentation

template<typename T>
struct value_serializer

A template boilerplate for conversion of basic types to or from strings.

Each specialization should provide a static to_string and a from_string method