Search Results

0
votes
2answers
92 views

Custom java serialization of message

Hi, While writing a message on wire, I want to write down the number of bytes in the data followed by the data. Message format: {num of bytes in data}{data} …