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.
サービス内のオブジェクトをシリアル化するためにaync クラスを使用しないようにする方法を誰か説明してもらえますか?dto
dto
あなたの質問を理解できれば、DTO は、サーバー側のオブジェクトを直接渡すことができない場合に、GWT アプリケーションでクライアント側にデータを渡すためだけのものです。DTO は、GWT コンパイラが RPC サービス呼び出しに必要とする非同期クラスとは何の関係もありません。