Hi Schema lovers, I'm implementing schema support for Protobuf and I was wondering if it's allowed to override Schema. It looks tempting (as it's not final), as I need a container for the Proto Descriptor.
For normal pre-compiled classes it's not required, but for DynamicMessage it is. If I would be able to store it in Schema I can reuse it in to/fromRow. Thoughts? _/ _/ Alex Van Boxel
