LibTmux.Query.Json.QueryJson.Serialize
.NET
- Python Unavailable
- Ruby Unavailable
- Lua Unavailable
- TypeScript Unavailable
- Rust Unavailable
- Go Unavailable
- Java Unavailable
- .NET
- C++ Unavailable
- Swift Unavailable
- Module
- LibTmux.Query.Json
- Declared in
- QueryJson
- Package
- LibTmux
- Source
- src/LibTmux.Query.Json/QueryJsonSerializerContext.cs
- Serialize ( document : QueryDocument ) string
-
Writes one document as v1 JSON.
- Parameters
-
-
document ( QueryDocument ) – The document to write.
-
- Returns
-
The encoded document, with no trailing newline.
- Raises
-
-
UnsupportedQueryExpressionException – The document is not a v1 wire form, or encodes past the size limit.
-
0 declared, 0 inherited