Go to the documentation of this file. 31 #define DTO_CLASS(_NAME, _POCO, _SERIALIZER) \ 38 static bool serialize(_SERIALIZER::Builder builder, const _POCO * poco); \ 39 static _POCO* deserialize(_SERIALIZER::Reader reader); \ 40 static bool deserializeInto(_SERIALIZER::Reader reader, _POCO * poco); \