A request from C# is sent to Java Server, and in Server, it will call *.Net 
Core* to serialize the C# DataTable. So I could get the binaryData(like 
byte[] format). When the binaryData return to C#, C# could use 
*binFormatter.Deserialize() * to get the correct DataTable.

I could get the serialize binaryData in Java Server, such as *byte[] value 
= response.get(key_name)*. And now I wonder that how I can deserialize this 
binaryData in Java Server, can use protobuf to deserialize?

-- 
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 protobuf+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/protobuf/5f3b6da0-6212-4d63-89cd-c99818f5cf6cn%40googlegroups.com.

Reply via email to