問題タブ [protobuf.js]

For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.

0 投票する
0 に答える
157 参照

javascript - nodejsでオブジェクトをprotobufデータに変換する方法

以下のように定義された proto3 メッセージがある場合

protoc withは次のような dt を生成--js_outします--ts_out

メソッドLogを介してクラスをオブジェクト に変換するのは簡単です。toObjectしかし、オブジェクトをクラスに変換するには、各フィールドを手動で設定する必要があります。

そのようなタスクを実行する簡単な方法はありますか?