public class RocketMQSerializable extends Object
| 限定符和类型 | 字段和说明 |
|---|---|
static Charset |
CHARSET_UTF8 |
| 构造器和说明 |
|---|
RocketMQSerializable() |
| 限定符和类型 | 方法和说明 |
|---|---|
static boolean |
isBlank(String str) |
static void |
main(String[] args) |
static HashMap<String,String> |
mapDeserialize(byte[] bytes) |
static byte[] |
mapSerialize(HashMap<String,String> map) |
static RemotingCommand |
rocketMQProtocolDecode(byte[] headerArray) |
static byte[] |
rocketMQProtocolEncode(RemotingCommand cmd) |
public static final Charset CHARSET_UTF8
public static byte[] rocketMQProtocolEncode(RemotingCommand cmd)
public static RemotingCommand rocketMQProtocolDecode(byte[] headerArray)
public static boolean isBlank(String str)
public static void main(String[] args)
Copyright © 2012–2016. All rights reserved.