[][src]Macro sophia::def_default_serializer_api

macro_rules! def_default_serializer_api {
    ($writer: ident, $stringifier: ident) => { ... };
    () => { ... };
}

This macro provides a straightforward implementation of the default functions of a serializer module.