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.
我有一些 ArrayList 形式的数据。我需要将它存储在 MySQL 中的单个字段中。我该怎么做?Java 定义 List 是为了存储多个数据。那么有什么方法可以让我做得更好吗?
如果 ArrayList 中的对象是可序列化的,则可以序列化 ArrayList。有多种格式,例如 JSON。