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.
デフォルトでは、文字列のリストはList<String>「a、b、c」としてシリアル化されます。リストをセミコロンを区切り文字として「a;b;c」としてシリアル化したいと思います。これは、クラス内の 1 つのプロパティにのみ存在する必要があります。これどうやってするの?
List<String>