| 程序包 | 说明 |
|---|---|
| org.redkale.convert |
提供数据的序列化和反解析功能
|
| org.redkale.convert.bson |
提供BSON的序列化和反解析功能
|
| org.redkale.convert.json |
提供JSON的序列化和反解析功能
|
| 限定符和类型 | 字段和说明 |
|---|---|
protected Convert<R,W> |
Factory.convert |
| 限定符和类型 | 方法和说明 |
|---|---|
Convert |
Factory.getConvert() |
| 限定符和类型 | 类和说明 |
|---|---|
class |
BsonConvert
BSON协议格式:
1).
|
| 限定符和类型 | 类和说明 |
|---|---|
class |
JsonConvert
详情见: http://www.redkale.org
|