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.
DTOクラスを作成し、javaシリアル化可能クラスを実装しました。自動生成されたuidを作成したとき、上記のメッセージが表示されました。保存を求めています。これは何を意味するのでしょうか?
インターネットで検索しましたが、適切な答えが見つかりませんでした。
serialVersionUIDは、シリアル化/逆シリアル化プロセス中に使用されます。 http://docs.oracle.com/javase/1.5.0/docs/api/java/io/Serializable.html
I want to convert List<Object> to List<U> where as U is the type that can be generated Dynamically but List is not accepting U in C#
List<Object>
List<U>
U