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: dev-unsubscr...@seata.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@seata.apache.org
For additional commands, e-mail: dev-h...@seata.apache.org

Reply via email to