26 for (set<string>::iterator it =
m_array.begin(); it !=
m_array.end(); ++it, ++i) {
34 return m_root.toStyledString();
int serialize()
serializes the directory
std::set< std::string > m_array
The array to serialize.
const std::string getSerializedForm()
returns the serailized form of the directory
Json::Value m_root
the root of the Json tree
WsArraySerializer(std::set< std::string > &vect)
Constructor.