BusBoy  2
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
AlgorithmConfigSerializer.h
Go to the documentation of this file.
1 
17 #ifndef __BUSBOY_ALGORITHM_CONFIG_SERIALIZER_H__
18 #define __BUSBOY_ALGORITHM_CONFIG_SERIALIZER_H__
19 
20 #include <string>
22 #include "Serializer.h"
23 
24 namespace BUSBOY {
25 
27 
28  public :
29 
30  virtual std::string serializeAlgorithmConfig(const AlgorithmConfig& config) const =0;
31 
32  virtual AlgorithmConfig deserializeAlgorithmConfig(const std::string& data) const =0;
33 
34 };
35 
36 }
37 #endif
38 

Copyright 2014 Google Inc. All rights reserved.