BusBoy  2
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Serializer.h
Go to the documentation of this file.
1 
17 #ifndef __BUSBOY_SERIALIZER_H__
18 #define __BUSBOY_SERIALIZER_H__
19 
20 #include <string>
21 
22 namespace BUSBOY {
23 
24 class Serializer {
25 
26  public :
27 
32  virtual std::string getContentType() const =0;
33 
34 };
35 
36 }
37 #endif
38 

Copyright 2014 Google Inc. All rights reserved.