ModernProtobuf
ModernProtobuf copied to clipboard
A modern implementation of protoc to serialize, deserialize and generate java sources from protobuf schemas
Hi. First of all thanks for creating this library, it really scratches an itch! I was wondering: as you took Jackson as "role model", which uses an intermediate representation (JsonNodes...
I was thinking of taking all the type stuff and abstracting it into a module, then having protobuf be one of the supported data formats. First other data format to...
- Allow constructors to be used as deserializers - Make the methods in ProtobufInputStream/ProtobufOutputStream mixins so one can consume them in a deserialization/serialization flow - Would be cool to maybe...
- Allow types to not generate their default builder - Make ProtobufBuilder with no className override the default builder by default - Check that the type of the prop is...
Maybe `ProtobufParser.class.getClassLoader()` would work, and would be less likely to fail?