We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e2eb7a6 commit ac9f061Copy full SHA for ac9f061
docs/guide/xlang_serialization_guide.md
@@ -481,7 +481,7 @@ func main() {
481
F3 map[string]string
482
}
483
fory := forygo.NewFory(true)
484
- if err := fory.Register(SomeClass{}, "example.SomeClass"); err != nil {
+ if err := fory.Register(SomeClass{}, 65); err != nil {
485
panic(err)
486
487
value := &SomeClass{F2: map[string]string{"k1": "v1", "k2": "v2"}}
0 commit comments