Package cloud.opencode.base.json.adapter
package cloud.opencode.base.json.adapter
JSON Adapter - Custom Type Adapters
JSON Adapter - 自定义类型适配器
This package provides interfaces and utilities for registering custom type adapters for JSON serialization/deserialization.
本包提供用于注册自定义类型适配器的接口和工具,用于 JSON 序列化/反序列化。
Key Classes | 核心类:
JsonTypeAdapter- Type adapter interface - 类型适配器接口JsonAdapterRegistry- Adapter registry - 适配器注册表
- Since:
- JDK 25, opencode-base-json V1.0.0
- Author:
- Leon Soo www.LeonSoo.com
- See Also:
-
ClassDescriptionJSON Adapter Registry - Registry for Custom Type Adapters JSON 适配器注册表 - 自定义类型适配器的注册表Adapter factory interface for dynamic adapter creation.Isolated adapter registry instance.JSON Type Adapter - Custom Serialization/Deserialization JSON 类型适配器 - 自定义序列化/反序列化Placeholder class used as default value for annotation attributes that reference a
JsonTypeAdapter.JSON Type Adapter Factory - Factory for Creating Type Adapters JSON 类型适配器工厂 - 创建类型适配器的工厂