GroBuf icon indicating copy to clipboard operation
GroBuf copied to clipboard

Ability to serialize DataTables and Datasets

Open D4RKKNIGH7 opened this issue 3 years ago • 1 comments

As the title says, currently im using a custom class

public class Info { public string str{ get; set; } public List Stuff { get; set; } }

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.

D4RKKNIGH7 avatar Mar 04 '21 11:03 D4RKKNIGH7

Duplicates #22

Anton92nd avatar Mar 04 '21 11:03 Anton92nd