-
|
Is it possible to use MessagePack to serialize a DataSet? I am having a difficult time finding an example of how to do this and would like to see how it could be done. I thought it would be as simple as |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
|
DataSet can be serialized as MessagePack, sure. But there is no built-in formatter for it, so you'll have to write one. Our README file outlines how to do this. |
Beta Was this translation helpful? Give feedback.
DataSet can be serialized as MessagePack, sure. But there is no built-in formatter for it, so you'll have to write one. Our README file outlines how to do this.