Closed Karry closed 7 years ago
This PR ads ByteSerializer interface that enables override default byte array format. Then user can simply create hex-based or base64 serialization... https://github.com/bivas/protobuf-java-format/issues/32
Can you please add test(s) for this?
Sorry for late reply, I miss notification for your comment. I added hex and base64 byte serializers and create test for it.
This PR ads ByteSerializer interface that enables override default byte array format. Then user can simply create hex-based or base64 serialization... https://github.com/bivas/protobuf-java-format/issues/32