Skip to content

Allow for supplying custom encoders to ScalaPB ones #15

@s5bug

Description

@s5bug

For example, the API I'm using requires me to send Map[String, A] as {"key": $string, "value": $a} and not {$string: $a}. I've created a custom Map[String, A: Encoder] to do this but it isn't picked up by scalapb-circe.

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