第七色在线视频,2021少妇久久久久久久久久,亚洲欧洲精品成人久久av18,亚洲国产精品特色大片观看完整版,孙宇晨将参加特朗普的晚宴

為了賬號(hào)安全,請(qǐng)及時(shí)綁定郵箱和手機(jī)立即綁定
已解決430363個(gè)問(wèn)題,去搜搜看,總會(huì)有你想問(wèn)的

protostuff不能序列化HashMap?

protostuff不能序列化HashMap?

慕運(yùn)維8079593 2019-03-13 18:19:12
使用protostuff系列化自定義對(duì)象時(shí)正常解析,但是使用HashMap卻得不到反序列化的對(duì)象。HashMap<String,String> map = new HashMap<>();        map.put("Message","test");        Schema<HashMap> schema = RuntimeSchema.getSchema(HashMap.class);        LinkedBuffer buffer = LinkedBuffer.allocate(4096);        byte[] protostuff = ProtostuffIOUtil.toByteArray(map, schema, buffer);        HashMap<String,String> resultMap = new HashMap<>();        Schema<HashMap> schema2 = RuntimeSchema.getSchema(HashMap.class);        ProtostuffIOUtil.mergeFrom(protostuff, resultMap, schema2);        System.out.println(resultMap.get("Message"));
查看完整描述

2 回答

?
明月笑刀無(wú)情

TA貢獻(xiàn)1828條經(jīng)驗(yàn) 獲得超4個(gè)贊

可以使用MessageMapSchema


查看完整回答
反對(duì) 回復(fù) 2019-04-24
  • 2 回答
  • 0 關(guān)注
  • 903 瀏覽
慕課專(zhuān)欄
更多

添加回答

舉報(bào)

0/150
提交
取消
微信客服

購(gòu)課補(bǔ)貼
聯(lián)系客服咨詢(xún)優(yōu)惠詳情

幫助反饋 APP下載

慕課網(wǎng)APP
您的移動(dòng)學(xué)習(xí)伙伴

公眾號(hào)

掃描二維碼
關(guān)注慕課網(wǎng)微信公眾號(hào)