Serializes a tree (WsAccessTree, WsMenuTree).
More...
#include <WsTreeSerializer.h>
|
| int | addSub (Json::Value &v, NodePtr n) |
| | adds a SubNode to the tree corresponding to the Json entry More...
|
| |
Serializes a tree (WsAccessTree, WsMenuTree).
Takes the tree as input and outputs a Json tree Use WsTreeDeserializer to deserialize it
Definition at line 32 of file WsTreeSerializer.h.
| int WsTreeSerializer::addSub |
( |
Json::Value & |
v, |
|
|
NodePtr |
n |
|
) |
| |
|
private |
adds a SubNode to the tree corresponding to the Json entry
Definition at line 38 of file WsTreeSerializer.cpp.
| const string WsTreeSerializer::getSerializedForm |
( |
| ) |
|
| int WsTreeSerializer::serialize |
( |
| ) |
|
| Json::Value WsTreeSerializer::m_current |
|
private |
| Json::Value WsTreeSerializer::m_root |
|
private |
| NodePtr WsTreeSerializer::m_rootNode |
|
private |
| boost::filesystem::path WsTreeSerializer::m_rootPath |
|
private |
| std::string WsTreeSerializer::m_stamp |
|
private |
The documentation for this class was generated from the following files:
- /Users/benoitdaccache/Documents/Dropbox/Programming/Ws/wscore/src/Serializer/WsTreeSerializer.h
- /Users/benoitdaccache/Documents/Dropbox/Programming/Ws/wscore/src/Serializer/WsTreeSerializer.cpp