public class RpcDeserializeLevel extends Object
| 限定符和类型 | 字段和说明 |
|---|---|
static int |
DESERIALIZE_ALL
deserialize clazz, header, contents all three parts of rpc command
|
static int |
DESERIALIZE_CLAZZ
deserialize only the clazz part of rpc command
|
static int |
DESERIALIZE_HEADER
deserialize both header and clazz parts of rpc command
|
| 构造器和说明 |
|---|
RpcDeserializeLevel() |
public static final int DESERIALIZE_ALL
public static final int DESERIALIZE_HEADER
public static final int DESERIALIZE_CLAZZ
public static String valueOf(int value)
Copyright © 2021. All rights reserved.