Skip to content

Go: make EncodeTo() generation consistent with DecodeFrom() #74

@2opremio

Description

@2opremio
  • Method receiver names in DecodeFrom (u for unions, e for enums etc ...) are consistent, while not in EncodeTo
  • DecodeFrom provides context when returning errors (indicating the name of the type), while EncodeFrom doesn't
  • DecodeFrom uses the decoderFrom interface while EncodeTo uses the xdrType interface.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions