Hi, I'm trying to use protof with stomp. We have a java server which is running on a websocket over stomp. It uses protostuff 1.5.2. My client needs to send the IMessage as a string to the server, where it gets deserialized. I'm trying to do the below
IMessage.ToByteArray() And then writing this to a stream reader and send the string as part of the STOMP message to the server. However the server keeps failing to deserialze it. I need to know what is the correct way of doing it from the client side. Any help here is much appreciated. Cheers! Ganesh -- You received this message because you are subscribed to the Google Groups "Protocol Buffers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/protobuf. For more options, visit https://groups.google.com/d/optout.
