2026-06-26 20b96473f2520590a0dca6b775b81e3ea06a77a0
1
2
3
4
5
6
/**
 * 消息序列化:将设备消息转换为字节数组(JSON、二进制等格式)
 *
 * @see cn.iocoder.yudao.module.iot.gateway.serialize.IotMessageSerializer
 */
package cn.iocoder.yudao.module.iot.gateway.serialize;