We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6bfdf20 commit 72e4334Copy full SHA for 72e4334
Documentation/API.md
@@ -79,9 +79,9 @@ public struct Example: SwiftProtobuf.Message {
79
func jsonString() throws -> String
80
init(jsonString: String) throws
81
82
- // Messages can be serialized or deserialized to Protobuf text format:
83
- func serializedText() -> String
84
- init(serializedText: String) throws
+ // Messages can be serialized or deserialized to Protobuf TextFormat:
+ func textFormatString() -> String
+ init(textFormatString: String) throws
85
86
// These are the generated methods used internally by the
87
// serialization and deserialization mechanisms.
0 commit comments