Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ability to serialize DataTables and Datasets #24

Open
D4RKKNIGH7 opened this issue Mar 4, 2021 · 1 comment
Open

Ability to serialize DataTables and Datasets #24

D4RKKNIGH7 opened this issue Mar 4, 2021 · 1 comment

Comments

@D4RKKNIGH7
Copy link

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.

@Anton92nd
Copy link
Contributor

Duplicates #22

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants