类 BasicSerializer
- java.lang.Object
-
- com.alibaba.com.caucho.hessian.io.AbstractSerializer
-
- com.alibaba.com.caucho.hessian.io.BasicSerializer
-
- 所有已实现的接口:
Serializer
public class BasicSerializer extends AbstractSerializer
Serializing an object for known object types.
-
-
字段概要
字段 修饰符和类型 字段 说明 static int
BOOLEAN
static int
BOOLEAN_ARRAY
static int
BYTE
static int
BYTE_ARRAY
static int
CHARACTER
static int
CHARACTER_ARRAY
static int
CHARACTER_OBJECT
static int
DATE
static int
DOUBLE
static int
DOUBLE_ARRAY
static int
FLOAT
static int
FLOAT_ARRAY
static int
INTEGER
static int
INTEGER_ARRAY
static int
LONG
static int
LONG_ARRAY
static int
NULL
static int
NUMBER
static int
OBJECT
static int
OBJECT_ARRAY
static int
SHORT
static int
SHORT_ARRAY
static int
STRING
static int
STRING_ARRAY
-
构造器概要
构造器 构造器 说明 BasicSerializer(int code)
-
-
-
字段详细资料
-
NULL
public static final int NULL
- 另请参阅:
- 常量字段值
-
BOOLEAN
public static final int BOOLEAN
- 另请参阅:
- 常量字段值
-
BYTE
public static final int BYTE
- 另请参阅:
- 常量字段值
-
SHORT
public static final int SHORT
- 另请参阅:
- 常量字段值
-
INTEGER
public static final int INTEGER
- 另请参阅:
- 常量字段值
-
LONG
public static final int LONG
- 另请参阅:
- 常量字段值
-
FLOAT
public static final int FLOAT
- 另请参阅:
- 常量字段值
-
DOUBLE
public static final int DOUBLE
- 另请参阅:
- 常量字段值
-
CHARACTER
public static final int CHARACTER
- 另请参阅:
- 常量字段值
-
CHARACTER_OBJECT
public static final int CHARACTER_OBJECT
- 另请参阅:
- 常量字段值
-
STRING
public static final int STRING
- 另请参阅:
- 常量字段值
-
DATE
public static final int DATE
- 另请参阅:
- 常量字段值
-
NUMBER
public static final int NUMBER
- 另请参阅:
- 常量字段值
-
OBJECT
public static final int OBJECT
- 另请参阅:
- 常量字段值
-
BOOLEAN_ARRAY
public static final int BOOLEAN_ARRAY
- 另请参阅:
- 常量字段值
-
BYTE_ARRAY
public static final int BYTE_ARRAY
- 另请参阅:
- 常量字段值
-
SHORT_ARRAY
public static final int SHORT_ARRAY
- 另请参阅:
- 常量字段值
-
INTEGER_ARRAY
public static final int INTEGER_ARRAY
- 另请参阅:
- 常量字段值
-
LONG_ARRAY
public static final int LONG_ARRAY
- 另请参阅:
- 常量字段值
-
FLOAT_ARRAY
public static final int FLOAT_ARRAY
- 另请参阅:
- 常量字段值
-
DOUBLE_ARRAY
public static final int DOUBLE_ARRAY
- 另请参阅:
- 常量字段值
-
CHARACTER_ARRAY
public static final int CHARACTER_ARRAY
- 另请参阅:
- 常量字段值
-
STRING_ARRAY
public static final int STRING_ARRAY
- 另请参阅:
- 常量字段值
-
OBJECT_ARRAY
public static final int OBJECT_ARRAY
- 另请参阅:
- 常量字段值
-
-
方法详细资料
-
writeObject
public void writeObject(Object obj, AbstractHessianOutput out) throws IOException
- 指定者:
writeObject
在接口中Serializer
- 指定者:
writeObject
在类中AbstractSerializer
- 抛出:
IOException
-
-