//这个正常进行序列化和反序列化
HashMap<String, Integer> tempMap1 = new HashMap<String, Integer>();
//这个反序列化后数据丢失
HashMap<String, HashMap<String, Integer>> tempMap2 = new HashMap<>();
PHP中文网2017-04-18 10:52:50
Please complete the question
How to serialize and deserialize
What data was lost