AlexStocks commented on a change in pull request #309:
URL: https://github.com/apache/dubbo-go-hessian2/pull/309#discussion_r786403985



##########
File path: decode.go
##########
@@ -49,6 +64,16 @@ func NewDecoder(b []byte) *Decoder {
        return &Decoder{reader: bufio.NewReader(bytes.NewReader(b)), typeRefs: 
&TypeRefs{records: map[string]bool{}}}
 }
 
+// NewStrictDecoder generate a strict mode decoder instance.
+// In strict mode, all target class must be registered.

Review comment:
       generate -> generates
   
   pls add this comment to readme to let the user know how to use it.




-- 
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]

Reply via email to