You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: