GroBuf
GroBuf copied to clipboard
Ability to serialize DataTables and Datasets
As the title says, currently im using a custom class
public class Info { public string str{ get; set; } public List
I can insert things like Strings and Integers into Stuff, however if i try to serialize a DataTable it just returns null when I deserialize, and the size of the byte array makes me think its not even serializing it.
Duplicates #22