Why you need it?
Is your feature request related to a problem? Please describe in details
How it could be?
A clear and concise description of what you want to happen. You can explain more about input of the feature, and output of it.
Other related information
Add any other context or screenshots about the feature request here.
4条答案
按热度按时间kb5ga3dv1#
因为Licence原因,我们无法直接依赖oracle的驱动,对应的序列化支持请自行通过seata-plugin模块扩展打包自行引入
pvcm50d12#
可以考虑使用 java.io.Serializable 接口的方式处理
jm81lzqq3#
可以考虑使用 java.io.Serializable 接口的方式处理
欢迎你来提交pr解决这个问题
zzlelutf4#
可以考虑使用 java.io.Serializable 接口的方式处理
如果使用java.io.Serializable的话,如果需要多语言移植的话,是否就不太方便了?