When trying to use this with spring hateoas EntityModel, the protobuf objects may need to be written unwrapped.
Adding simple support for my experimental purposes was relatively straight forward, by overriding MessageSerializer.unwrappingSerializer and suppressing writeStartObject() and writeEndObject() when writing unwrapped, however as I didn't add support for the unwrapping NameTransformer I'm not submitting a PR at this time.
When trying to use this with spring hateoas
EntityModel, the protobuf objects may need to be written unwrapped.Adding simple support for my experimental purposes was relatively straight forward, by overriding
MessageSerializer.unwrappingSerializerand suppressingwriteStartObject()andwriteEndObject()when writing unwrapped, however as I didn't add support for the unwrappingNameTransformerI'm not submitting a PR at this time.