| Package | Description |
|---|---|
| io.seata.saga.engine.serializer.impl | |
| io.seata.saga.engine.store.db |
| Modifier and Type | Class and Description |
|---|---|
class |
ExceptionSerializer
Exception serializer
|
class |
ParamsSerializer
Parameter serializer based on Fastjson
|
| Modifier and Type | Method and Description |
|---|---|
Serializer<Object,String> |
DbAndReportTcStateLogStore.getParamsSerializer() |
| Modifier and Type | Method and Description |
|---|---|
void |
DbAndReportTcStateLogStore.setExceptionSerializer(Serializer<Exception,byte[]> exceptionSerializer) |
void |
DbAndReportTcStateLogStore.setParamsSerializer(Serializer<Object,String> paramsSerializer) |
Copyright © 2023 Seata. All rights reserved.