| Package | Description |
|---|---|
| com.webull.openapi.core.http | |
| com.webull.openapi.core.serialize |
| Modifier and Type | Method and Description |
|---|---|
HttpApiClient.Action |
HttpApiClient.Action.serializeWith(SerializeConfig serializeConfig) |
| Modifier and Type | Method and Description |
|---|---|
SerializeConfig |
SerializeConfigBuilder.build() |
static SerializeConfig |
SerializeConfig.httpDefault() |
| Modifier and Type | Method and Description |
|---|---|
static <T> T |
JsonSerializer.fromJson(String json,
Class<T> classOfT,
SerializeConfig serializeConfig) |
static <T> T |
JsonSerializer.fromJson(String json,
Type typeOfT,
SerializeConfig serializeConfig) |
static String |
JsonSerializer.toJson(Object object,
SerializeConfig serializeConfig) |
Copyright © 2025 Webull. All rights reserved.