34#include "Serializer.h"
36#ifndef DRAIN_PYTHON_SERIALIZER
37#define DRAIN_PYTHON_SERIALIZER
59 void boolToStream(std::ostream & ostr,
bool x)
const override {
67 void nullToStream(std::ostream & ostr)
const override {
72 void floatToStream(std::ostream & ostr,
double x)
const override {
86 const SimpleFormatter & getFormatter(Serializer::objType t)
const override;
Definition Serializer.h:292
Definition DataSelector.cpp:1277
Definition PythonSerializer.h:42
char stringQuote
Surround strings with this quote.
Definition PythonSerializer.h:48
bool TOGGLE_QUOTES
If true, switch between " and ' inside strings. Else, escape with BACKSLASH.
Definition PythonSerializer.h:45