ModernProtobuf icon indicating copy to clipboard operation
ModernProtobuf copied to clipboard

A modern implementation of protoc to serialize, deserialize and generate java sources from protobuf schemas

Results 8 ModernProtobuf issues
Sort by recently updated
recently updated
newest added

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...

enhancement

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...

enhancement

- 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...

enhancement

- 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...

enhancement

Maybe `ProtobufParser.class.getClassLoader()` would work, and would be less likely to fail?