ptyin commented on code in PR #649:
URL:
https://github.com/apache/incubator-seata-go/pull/649#discussion_r1470650922
##########
pkg/saga/statemachine/engine/serializer/serializer.go:
##########
@@ -0,0 +1,47 @@
+package serializer
+
+import (
+ "bytes"
+ "encoding/gob"
+ "encoding/json"
+ "github.com/pkg/errors"
+)
+
+type Serializer[S any, T any] interface {
Review Comment:
I got it. There is no need to use generics. Fix it later.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]