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.
Ruby (Nokogiri) を使用して、Microsoft WCF で記述されたサービスと対話しています。最近、開発者はプレーン テキストの代わりにバイナリ表現を使用するようにこれを変更しました。Nokogiri はこれをサポートしていますか?
いいえ、ノコギリはバイナリデータを読みません。
binddataは、バイナリ データを読み取るのに非常に便利であることがわかりました。
幸運を!