| 接口 | 说明 |
|---|---|
| McpJsonMapper |
Abstraction for JSON serialization/deserialization to decouple the SDK from any
specific JSON library.
|
| McpJsonMapperSupplier |
Strategy interface for resolving a
McpJsonMapper. |
| 类 | 说明 |
|---|---|
| TypeRef<T> |
Captures generic type information at runtime for parameterized JSON (de)serialization.
|