Skip to content

[question] Why can't Encoder check and call fmt.Stringer.String() on element automatically? #196

Open
@howellzhu

Description

@howellzhu

Why can't Encoder directly determine whether an element implements an interface (such as fmt.Stringer or encoding.TextMarshaler) and actively call its interface to implement Encode()?

After all, Decode already does that (using encoding.TextUnmrshaler interface).

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    Status

    No status

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions