Skip to content

[Go] Replace legacy RegisterTagType api call #2611

@junjiexh

Description

@junjiexh

Feature Request

The current implementation in fory-go use RegisterTagType for registration is a legacy api.
Should be replaced by

func (r *typeResolver) registerNamedType(
	type_ reflect.Type,
	namespace string,
	typeName string
)

The api call like registerNamedType is common practice in other languages like Java and Python.

Is your feature request related to a problem? Please describe

No response

Describe the solution you'd like

No response

Describe alternatives you've considered

No response

Additional context

No response

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions