Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
protobuf -netには、protobufを人間が読める形式にダンプするためのAPIがありますか?私はTextFormatのようなものを望んでいました。
現時点では、ありません。追加する価値があるかどうかについて、私は2つの考えを持っています。私の考えでは、これはプロトコルバッファの利点のほとんどを打ち負かします。
ただし、JonのバージョンはJavaバージョンの移植版であるため、機能と互換性があることがわかり、そこに存在する必要があります。
java用のものがあります。build.toString()メソッドは文字列表現を返しますが、シリアル化は失われます。