BusBoy  2
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
JsonSerializerFactory.h
Go to the documentation of this file.
1 
17 #ifndef __BUSBOY_JSON_SERIALIZER_FACTORY_H__
18 #define __BUSBOY_JSON_SERIALIZER_FACTORY_H__
19 
23 #include "JsonDatasetSerializer.h"
24 #include "JsonKeyspaceSerializer.h"
25 
26 namespace BUSBOY {
27 
29 
30  public :
31 
33 
35 
37 
39 
41 
43 
45 
46  private:
47 
48  // prevent calling these
50  JsonSerializerFactory& operator=(const JsonSerializerFactory& factory);
51 };
52 
53 }
54 #endif
55 

Copyright 2014 Google Inc. All rights reserved.