BusBoy  2
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
AlgorithmSerializer.h
Go to the documentation of this file.
1 
17 #ifndef __BUSBOY_ALGORITHM_SERIALIZER_H__
18 #define __BUSBOY_ALGORITHM_SERIALIZER_H__
19 
21 #include "Serializer.h"
22 
23 namespace BUSBOY {
24 
26 
27  public :
28 
29  virtual std::string serializeAlgorithm(const Algorithm& algo) const =0;
30 
31  virtual void deserializeAlgorithm(const std::string& serializedAlgo, Algorithm& algo) const =0;
32 
33 };
34 
35 }
36 #endif
37 

Copyright 2014 Google Inc. All rights reserved.