31 #ifndef GOOGLE_PROTOBUF_UTIL_CONVERTER_OBJECT_WRITER_H__
32 #define GOOGLE_PROTOBUF_UTIL_CONVERTER_OBJECT_WRITER_H__
36 #include <google/protobuf/stubs/common.h>
37 #include <google/protobuf/stubs/strutil.h>
40 #include <google/protobuf/port_def.inc>
64 class PROTOBUF_EXPORT ObjectWriter {
122 virtual bool done() {
return false; }
125 use_strict_base64_decoding_ =
value;
129 return use_strict_base64_decoding_;
138 bool use_strict_base64_decoding_;
149 #include <google/protobuf/port_undef.inc>
151 #endif // GOOGLE_PROTOBUF_UTIL_CONVERTER_OBJECT_WRITER_H__