com.alipay.remoting.rpc.protocol
Class RpcDeserializeLevel

java.lang.Object
  extended by com.alipay.remoting.rpc.protocol.RpcDeserializeLevel

public class RpcDeserializeLevel
extends Object

Rpc deserialize level.


Field Summary
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
 
Constructor Summary
RpcDeserializeLevel()
           
 
Method Summary
static String valueOf(int value)
          Convert to String.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DESERIALIZE_ALL

public static final int DESERIALIZE_ALL
deserialize clazz, header, contents all three parts of rpc command

See Also:
Constant Field Values

DESERIALIZE_HEADER

public static final int DESERIALIZE_HEADER
deserialize both header and clazz parts of rpc command

See Also:
Constant Field Values

DESERIALIZE_CLAZZ

public static final int DESERIALIZE_CLAZZ
deserialize only the clazz part of rpc command

See Also:
Constant Field Values
Constructor Detail

RpcDeserializeLevel

public RpcDeserializeLevel()
Method Detail

valueOf

public static String valueOf(int value)
Convert to String.

Parameters:
value -
Returns:


Copyright © 2018. All rights reserved.