집 > Q&A > 본문
//这个正常进行序列化和反序列化 HashMap<String, Integer> tempMap1 = new HashMap<String, Integer>();
//这个反序列化后数据丢失 HashMap<String, HashMap<String, Integer>> tempMap2 = new HashMap<>();
PHP中文网2017-04-18 10:52:50
질문을 완성해주세요
직렬화 및 역직렬화 방법
어떤 데이터가 손실되었는지