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.
在标准 java 中,我可以使用 FileOutputStream 和 ObjectOutputStream 将可序列化对象写入文件,但谷歌云存储不支持它们。使用云存储时是否可以将可序列化对象写入文件?非常感谢。
您可以将对象序列化为字节数组,然后使用AppEngine 云存储 API将数据存储在云存储中。