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.

Now I wonder that how I can get the byte[] Data in Java, which is 
serialized by *.Net Core binFormatter.Serialize()*? Or I just wonder that 
how I could get this serialized data like coding "*String ss = 
data.getString("SS")"*

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/protobuf/24eb176c-bc77-4ae3-a639-5b127ae4a8c2n%40googlegroups.com.

Reply via email to