| 141 | } |
| 142 | |
| 143 | void serializeOut(SerializationNode *node, const UString &string, const UString &) |
| 144 | { |
| 145 | node->setValue(string); |
| 146 | } |
| 147 | |
| 148 | void serializeOut(SerializationNode *node, const unsigned int &val, const unsigned int &) |
| 149 | { |
no test coverage detected