| 999 | */ |
| 1000 | template <unsigned serializeFlags = kSerializeDefault> |
| 1001 | SonicError Serialize(WriteBuffer& wb) const { |
| 1002 | return downCast()->template serializeImpl<serializeFlags>(wb); |
| 1003 | } |
| 1004 | |
| 1005 | /** |
| 1006 | * @brief dump this node as json string. |
nothing calls this directly
no test coverage detected