java序列化问题

2025-06-22 14:37:24
推荐回答(1个)
回答1:

如果我没有理解错的话。
hashmap1 = “double”
hashmap2 = 1234
一个是字符串,一个是数字,
他们两个为什么要序列化后是一样的呢?