BusBoy
2
Main Page
Namespaces
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Pages
src
cpp
api
serialize
KeyspaceSerializer.h
Go to the documentation of this file.
1
17
#ifndef __BUSBOY_KEYSPACE_SERIALIZER_H__
18
#define __BUSBOY_KEYSPACE_SERIALIZER_H__
19
20
#include <string>
21
#include "
keys/keys_api.h
"
22
#include "
Serializer.h
"
23
24
namespace
BUSBOY {
25
26
class
KeyspaceSerializer
:
public
Serializer
{
27
28
public
:
29
30
virtual
std::string
serializeKeyspace
(
const
Keyspace
& keyspace)
const
=0;
31
32
virtual
Keyspace
deserializeKeyspace
(
const
std::string& data)
const
=0;
33
34
};
35
36
}
37
#endif
38
Tue Nov 11 2014 23:19:41
1.8.3.1
Copyright 2014 Google Inc. All rights reserved.