So i work in a legacy Visual Basic project. It is a client server application. The client application sends up some table data to the server that persists to a file system. A separate windows service then reads this data and saves to the server database. Now the data that is sent up from the client is a datatable in a raw .NET serialized format. The service that reads this information has the model on its path and is hence able to reconstruct the objects.
Now i want to get rid of this flow and use a more secure as well as better performant way of doing the same. Can someone give me an idea of how to approach this ? How do i model a dataset in the protobuff language ? -- 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.
