public interface CommonSerializer
| 限定符和类型 | 字段和说明 |
|---|---|
static Integer |
DEFAULT_SERIALIZER |
static Integer |
HESSIAN_SERIALIZER |
static Integer |
JSON_SERIALIZER |
static Integer |
KRYO_SERIALIZER |
static final Integer KRYO_SERIALIZER
static final Integer JSON_SERIALIZER
static final Integer HESSIAN_SERIALIZER
static final Integer DEFAULT_SERIALIZER
byte[] serialize(Object obj)
int getCode()
static CommonSerializer getByCode(int code)
code - Copyright © 2023. All rights reserved.