14 #ifndef WS_ARRAY_SERIALIZER_H__
15 #define WS_ARRAY_SERIALIZER_H__
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
Structure representing all the fs tree from the root.
WsArraySerializer(std::set< std::string > &vect)
Constructor.