| Package | Description |
|---|---|
| io.seata.core.serializer |
| Modifier and Type | Method and Description |
|---|---|
static SerializerType |
SerializerType.getByCode(int code)
Gets result code.
|
static SerializerType |
SerializerType.getByName(String name)
Gets result code.
|
static SerializerType |
SerializerType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SerializerType[] |
SerializerType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static Serializer |
SerializerServiceLoader.load(SerializerType type)
Load the service of
Serializer |
Copyright © 2023 Seata. All rights reserved.