- 
                Notifications
    
You must be signed in to change notification settings  - Fork 39
 
Open
Labels
Description
ScalaPB has a special quirky feature which is that a protobuf oneof with the name sealed_[name] will generate a sealed ADT (docs: https://scalapb.github.io/docs/sealed-oneofs/) however that generates types that the SDK serialization logic AnySupport doesn't expect.
Doesn't seem very complicated to support, the core of the problem is that the GeneratedMessageCompanion cannot be found the usual way for such generated sealed Scala ADTs.