DataProtocol to Byte buffer 协议适配对象序列化为字节流
2021-05-11 11:20:42 1 举报
DataProtocol to Byte buffer 协议适配对象序列化为字节流
作者其他创作
大纲/内容
DataProtocolPacketElementList
遍历数据段元素集合序列化元素(packet)
协议适配对象序列化为字节流
序列化字段索引(codeIndex)
判断是否是协议适配对象
new ByteBuffer()空字节流
DataProtocol
DataProtocolHeader
(协议:协议头)
Start
序列化协议头(header)
DataProtocolPacketList
序列化元素数据(data)
序列化类型索引(typeIndex)
(协议:数据段集合)
序列化元素长度(elementLength)
不存在(End)
End
遍历数据段序列化数据段(packet)
(协议:数据段 - 元素集合)
行为
序列化字节流
(协议适配对象)
DataProtocolPacket
序列化协议版本(version)
序列化协议命令(command)
(协议:数据段 - 元素)
序列化数据段集合(packets)
入参
序列化元素总数(elementSize)并保存
DataProtocol to Byte buffer协议适配对象序列化为字节流
DataProtocolPacketElement
序列化数据段集合包数(totalPacket)
(协议:数据段)
0 条评论
下一页