summaryrefslogtreecommitdiffstats
path: root/lib/base/object-packer.hpp
blob: 00f7b998b872ec18caa2249653754b4894f85af6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
/* Icinga 2 | (c) 2012 Icinga GmbH | GPLv2+ */

#ifndef OBJECT_PACKER
#define OBJECT_PACKER

#include "base/i2-base.hpp"

namespace icinga
{

class String;
class Value;

String PackObject(const Value& value);

}

#endif /* OBJECT_PACKER */