Handling Branded Types with Encoding/Decoding in Effect
Ok dumb question, i can't seem to find it in the docs, so i'm guessing i'm missing it. If I have primitive value branded, like
Schema.String.pipe(Schema.Brand("ClientId")), do I need to define encoding/decoding for this type? Like if my effect backend app sends this to the client, via an http-client derived from the backend api definition for example.